Class: PayPal::SDK::ButtonManager::DataTypes::GetIncentiveEvaluationRequestDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManager::DataTypes::GetIncentiveEvaluationRequestDetailsType
- Defined in:
- lib/paypal-sdk/button_manager/data_types.rb
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
800 801 802 803 804 805 806 807 |
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 800 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 |