Class: PayPal::SDK::Merchant::DataTypes::IncentiveAppliedToType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::Merchant::DataTypes::IncentiveAppliedToType
- Defined in:
- lib/paypal-sdk/merchant/data_types.rb
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
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 |