class PayPal::SDK::ButtonManagerRails::DataTypes::OfferCouponInfoType

OffersAndCouponsInfoType Information about a Offers and Coupons.

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/button_manager_rails/data_types.rb, line 1994
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