PHP Class PayPal\EBLBaseComponents\IncentiveAppliedDetailsType

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

Public Properties

Property Type Description
$DiscountAmount PayPal\CoreComponentTypes\BasicAmountType Discount offerred for this bucket or item.
$ExternalTxnId string The item transaction id passed through by the merchant.
$ItemId string The item id passed through by the merchant.
$PaymentRequestID string PaymentRequestID uniquely identifies a bucket. It is the "bucket id" in the world of EC API.
$SubType string SubType for coupon.

Property Details

$DiscountAmount public property

Discount offerred for this bucket or item.
public BasicAmountType,PayPal\CoreComponentTypes $DiscountAmount
return PayPal\CoreComponentTypes\BasicAmountType

$ExternalTxnId public property

The item transaction id passed through by the merchant.
public string $ExternalTxnId
return string

$ItemId public property

The item id passed through by the merchant.
public string $ItemId
return string

$PaymentRequestID public property

PaymentRequestID uniquely identifies a bucket. It is the "bucket id" in the world of EC API.
public string $PaymentRequestID
return string

$SubType public property

SubType for coupon.
public string $SubType
return string