Class ShippingInfo
Class ShippingInfo
Shipping information for the invoice recipient.
- PayPal\Common\PayPalModel
-
PayPal\Api\ShippingInfo
Methods summary
public
|
#
setFirstName( string $first_name )
The invoice recipient first name. Maximum length is 30 characters. |
public
string
|
|
public
|
#
setLastName( string $last_name )
The invoice recipient last name. Maximum length is 30 characters. |
public
string
|
|
public
|
#
setBusinessName( string $business_name )
The invoice recipient company business name. Maximum length is 100 characters. |
public
string
|
|
public
|
|
public
|
|
public
|
|
public
string
|
|
public
|
|
public
|
Methods inherited from PayPal\Common\PayPalModel
__construct(),
__get(),
__isset(),
__set(),
__toString(),
__unset(),
fromArray(),
fromJson(),
getList(),
setCredential(),
toArray(),
toJSON()