Class: PayPal::SDK::ButtonManager::DataTypes::OfferCouponInfoType

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/button_manager/data_types.rb

Overview

OffersAndCouponsInfoType Information about a Offers and Coupons.

Class Method Summary collapse

Class Method Details

.load_membersObject



1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 1966

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