Method |
Description |
|
getCode ( ) : string |
Code that identifies the incentive. |
|
getDescription ( ) : string |
Description of the incentive. |
|
getExpiryDate ( ) : string |
expiry date of the incentive. |
|
getId ( ) : string |
Identifier of the instrument in PayPal Wallet |
|
getLogoImageUrl ( ) : string |
Logo image url for the incentive. |
|
getMinimumPurchaseAmount ( ) : PayPal\Api\Currency |
Indicates incentive is applicable for this minimum purchase amount. |
|
getName ( ) : string |
Name of the incentive. |
|
getTerms ( ) : string |
URI to the associated terms |
|
getType ( ) : string |
Specifies type of incentive |
|
setCode ( string $code ) |
Code that identifies the incentive. |
|
setDescription ( string $description ) |
Description of the incentive. |
|
setExpiryDate ( string $expiry_date ) |
expiry date of the incentive. |
|
setId ( string $id ) |
Identifier of the instrument in PayPal Wallet |
|
setLogoImageUrl ( string $logo_image_url ) |
Logo image url for the incentive. |
|
setMinimumPurchaseAmount ( PayPal\Api\Currency $minimum_purchase_amount ) |
Indicates incentive is applicable for this minimum purchase amount. |
|
setName ( string $name ) |
Name of the incentive. |
|
setTerms ( string $terms ) |
URI to the associated terms |
|
setType ( string $type ) |
Specifies type of incentive
Valid Values: ["COUPON", "GIFT_CARD", "MERCHANT_SPECIFIC_BALANCE", "VOUCHER"] |
|