Class BaseAddress
Class BaseAddress
Base Address object used as billing address in a payment or extended for Shipping Address.
- PayPal\Common\PayPalModel
- PayPal\Api\BaseAddress
Direct known subclasses
Indirect known subclasses
Methods summary
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
#
setPostalCode( string $postal_code )
Zip code or equivalent is usually required for countries that have them. For list of countries that do not have postal codes please refer to http://en.wikipedia.org/wiki/Postal_code. |
public
string
|
#
getPostalCode( )
Zip code or equivalent is usually required for countries that have them. For list of countries that do not have postal codes please refer to http://en.wikipedia.org/wiki/Postal_code. |
public
|
|
public
string
|
|
public
|
#
setNormalizationStatus( string $normalization_status )
Address normalization status Valid Values: ["UNKNOWN", "UNNORMALIZED_USER_PREFERRED", "NORMALIZED", "UNNORMALIZED"] |
public
string
|
|
public
|
|
public
string
|
Methods inherited from PayPal\Common\PayPalModel
__construct()
,
__get()
,
__isset()
,
__set()
,
__toString()
,
__unset()
,
fromArray()
,
fromJson()
,
getList()
,
setCredential()
,
toArray()
,
toJSON()