Class Details
Class Details
Additional details of the payment amount.
- PayPal\Common\PayPalModel
- PayPal\Api\Details
Methods summary
public
|
#
setSubtotal( string|float $subtotal )
Amount of the subtotal of the items. Required if line items are specified. 10 characters max, with support for 2 decimal places. |
public
string
|
#
getSubtotal( )
Amount of the subtotal of the items. Required if line items are specified. 10 characters max, with support for 2 decimal places. |
public
|
#
setShipping( string|float $shipping )
Amount charged for shipping. 10 characters max with support for 2 decimal places. |
public
string
|
|
public
|
|
public
string
|
|
public
|
#
setHandlingFee( string|float $handling_fee )
Amount being charged for the handling fee. Only supported when the |
public
string
|
#
getHandlingFee( )
Amount being charged for the handling fee. Only supported when the |
public
|
#
setShippingDiscount( string|float $shipping_discount )
Amount being discounted for the shipping fee. Only supported when the |
public
string
|
#
getShippingDiscount( )
Amount being discounted for the shipping fee. Only supported when the |
public
|
#
setInsurance( string|float $insurance )
Amount being charged for the insurance fee. Only supported when the |
public
string
|
#
getInsurance( )
Amount being charged for the insurance fee. Only supported when the |
public
|
|
public
string
|
|
public
|
|
public
string
|
Methods inherited from PayPal\Common\PayPalModel
__construct()
,
__get()
,
__isset()
,
__set()
,
__toString()
,
__unset()
,
fromArray()
,
fromJson()
,
getList()
,
setCredential()
,
toArray()
,
toJSON()