Method | Description | |
---|---|---|
getAmount ( ) : PayPal\Api\Currency | The custom amount value. Valid range is from -999999.99 to 999999.99. | |
getLabel ( ) : string | The custom amount label. Maximum length is 25 characters. | |
setAmount ( PayPal\Api\Currency $amount ) | The custom amount value. Valid range is from -999999.99 to 999999.99. | |
setLabel ( string $label ) | The custom amount label. Maximum length is 25 characters. |
public getAmount ( ) : PayPal\Api\Currency | ||
return | PayPal\Api\Currency |
public setAmount ( PayPal\Api\Currency $amount ) | ||
$amount | PayPal\Api\Currency |