Class: PayPal::SDK::ButtonManagerRails::DataTypes::OfferCouponInfoType

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

Overview

OffersAndCouponsInfoType Information about a Offers and Coupons.

Class Method Summary collapse

Class Method Details

.load_membersObject



1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
# 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