Class: PayPal::SDK::ButtonManager::DataTypes::IncentiveAppliedDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManager::DataTypes::IncentiveAppliedDetailsType
- Defined in:
- lib/paypal-sdk/button_manager/data_types.rb
Overview
Details of incentive application on individual bucket/item.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 |
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 2073 def self.load_members # PaymentRequestID uniquely identifies a bucket. It is the "bucket id" in the world of EC API. object_of :PaymentRequestID, String, :namespace => :ebl # The item id passed through by the merchant. object_of :ItemId, String, :namespace => :ebl # The item transaction id passed through by the merchant. object_of :ExternalTxnId, String, :namespace => :ebl # Discount offerred for this bucket or item. object_of :DiscountAmount, BasicAmountType, :namespace => :ebl # SubType for coupon. object_of :SubType, String, :namespace => :ebl end |