PHP Class PayPal\EBLBaseComponents\IncentiveAppliedDetailsType

Inheritance: extends PayPal\Core\PPXmlMessage
Afficher le fichier Open project: paypal/merchant-sdk-php

Méthodes publiques

Свойство 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_oe property

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

$ExternalTxnId public_oe property

The item transaction id passed through by the merchant.
public string $ExternalTxnId
Résultat string

$ItemId public_oe property

The item id passed through by the merchant.
public string $ItemId
Résultat string

$PaymentRequestID public_oe property

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

$SubType public_oe property

SubType for coupon.
public string $SubType
Résultat string