Class: PayPal::SDK::ButtonManager::DataTypes::GetIncentiveEvaluationRequestDetailsType

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

Class Method Summary collapse

Class Method Details

.load_membersObject



807
808
809
810
811
812
813
814
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 807

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