Shipping information for the invoice recipient.
Наследование: extends PayPal\Common\PayPalModel
Пример #1
0
 /**
  * @depends testSerializationDeserialization
  * @param ShippingInfo $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getFirstName(), "TestSample");
     $this->assertEquals($obj->getLastName(), "TestSample");
     $this->assertEquals($obj->getBusinessName(), "TestSample");
     $this->assertEquals($obj->getAddress(), AddressTest::getObject());
 }