Class: PayPal::SDK::Merchant::DataTypes::GetIncentiveEvaluationRequestDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::Merchant::DataTypes::GetIncentiveEvaluationRequestDetailsType
- Defined in:
- lib/paypal-sdk/merchant/data_types.rb
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
820 821 822 823 824 825 826 827 |
# File 'lib/paypal-sdk/merchant/data_types.rb', line 820 def self.load_members object_of :ExternalBuyerId, String, :namespace => :ebl array_of :IncentiveCodes, String, :namespace => :ebl array_of :ApplyIndication, IncentiveApplyIndicationType, :namespace => :ebl array_of :Buckets, IncentiveBucketType, :namespace => :ebl object_of :CartTotalAmt, BasicAmountType, :namespace => :ebl object_of :RequestDetails, IncentiveRequestDetailsType, :namespace => :ebl end |