Class: PayPal::SDK::Merchant::DataTypes::IncentiveAppliedToType

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

Class Method Summary collapse

Class Method Details

.load_membersObject



756
757
758
759
760
761
# File 'lib/paypal-sdk/merchant/data_types.rb', line 756

def self.load_members
  object_of :BucketId, String, :namespace => :ebl
  object_of :ItemId, String, :namespace => :ebl
  object_of :IncentiveAmount, BasicAmountType, :namespace => :ebl
  object_of :SubType, String, :namespace => :ebl
end