Class: PayPal::SDK::Merchant::DataTypes::OfferCouponInfoType

Inherits:
DataType
  • Object
show all
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_membersObject



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