class PayPal::SDK::Merchant::DataTypes::OfferCouponInfoType
OffersAndCouponsInfoType Information about a Offers and Coupons.
Public Class Methods
load_members()
click to toggle source
# 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