PHP Class PayPal\EBLBaseComponents\OfferCouponInfoType

Inheritance: extends PayPal\Core\PPXmlMessage
Show file Open project: paypal/merchant-sdk-php

Public Properties

Property Type Description
$Amount string Amount used on transaction
$AmountCurrency string Amount Currency
$ID string ID of the Incentive used in transaction
$Type string Type of the incentive

Property Details

$Amount public property

Amount used on transaction
public string $Amount
return string

$AmountCurrency public property

Amount Currency
public string $AmountCurrency
return string

$ID public property

ID of the Incentive used in transaction
public string $ID
return string

$Type public property

Type of the incentive
public string $Type
return string