Class: PayPal::SDK::Merchant::DataTypes::OfferCouponInfoType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::Merchant::DataTypes::OfferCouponInfoType
- Defined in:
- lib/paypal-sdk/merchant/data_types.rb
Overview
OffersAndCouponsInfoType Information about a Offers and Coupons.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 |
# File 'lib/paypal-sdk/merchant/data_types.rb', line 2050 def self.load_members # Type of the incentive object_of :Type, String, :namespace => :ebl # ID of the Incentive used in transaction object_of :ID, String, :namespace => :ebl # Amount used on transaction object_of :Amount, String, :namespace => :ebl # Amount Currency object_of :AmountCurrency, String, :namespace => :ebl end |