PHP Class PayPal\EBLBaseComponents\IncentiveDetailsType

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

Public Properties

Property Type Description
$ErrorCode integer Error code if there are any errors. Zero otherwise.
$IncentiveAppliedDetails IncentiveAppliedDetailsType Details of incentive application on individual bucket/item.
$SiteAppliedOn string Defines if the incentive has been applied on Ebay or PayPal.
$Status string Status of incentive processing. Sussess or Error.
$TotalDiscountAmount PayPal\CoreComponentTypes\BasicAmountType The total discount amount for the incentive, summation of discounts up across all the buckets/items.
$UniqueIdentifier string Unique Identifier consisting of redemption code, user friendly descripotion, incentive type, campaign code, incenitve application order and site redeemed on.

Property Details

$ErrorCode public property

Error code if there are any errors. Zero otherwise.
public int $ErrorCode
return integer

$IncentiveAppliedDetails public property

Details of incentive application on individual bucket/item.
public IncentiveAppliedDetailsType,PayPal\EBLBaseComponents $IncentiveAppliedDetails
return IncentiveAppliedDetailsType

$SiteAppliedOn public property

Defines if the incentive has been applied on Ebay or PayPal.
public string $SiteAppliedOn
return string

$Status public property

Status of incentive processing. Sussess or Error.
public string $Status
return string

$TotalDiscountAmount public property

The total discount amount for the incentive, summation of discounts up across all the buckets/items.
public BasicAmountType,PayPal\CoreComponentTypes $TotalDiscountAmount
return PayPal\CoreComponentTypes\BasicAmountType

$UniqueIdentifier public property

Unique Identifier consisting of redemption code, user friendly descripotion, incentive type, campaign code, incenitve application order and site redeemed on.
public string $UniqueIdentifier
return string