getShippingTitle() 공개 메소드

Get the title of the card shipping name.
public getShippingTitle ( ) : string
리턴 string
예제 #1
0
 public function testShippingTitle()
 {
     $this->card->setShippingTitle('Dr.');
     $this->assertEquals('Dr.', $this->card->getShippingTitle());
 }