807
808
809
810
811
812
813
814
|
# File 'lib/paypal-sdk/button_manager_rails/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
|