Class ItemList
Class ItemList
List of items being paid for.
- PayPal\Common\PayPalModel
-
PayPal\Api\ItemList
Methods summary
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
setShippingMethod( string $shipping_method )
Shipping method used for this payment like USPSParcel etc. |
public
string
|
|
public
|
#
setShippingPhoneNumber( string $shipping_phone_number )
Allows merchant's to share payer’s contact number with PayPal for the current payment. Final contact number of payer associated with the transaction might be same as shipping_phone_number or different based on Payer’s action on PayPal. The phone number must be represented in its canonical international format, as defined by the E.164 numbering plan |
public
string
|
#
getShippingPhoneNumber( )
Allows merchant's to share payer’s contact number with PayPal for the current payment. Final contact number of payer associated with the transaction might be same as shipping_phone_number or different based on Payer’s action on PayPal. The phone number must be represented in its canonical international format, as defined by the E.164 numbering plan |
Methods inherited from PayPal\Common\PayPalModel
__construct(),
__get(),
__isset(),
__set(),
__toString(),
__unset(),
fromArray(),
fromJson(),
getList(),
setCredential(),
toArray(),
toJSON()