Class: PayPal::SDK::Merchant::DataTypes::IncentiveApplyIndicationType

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

Overview

Defines which bucket or item that the incentive should be applied to.

Class Method Summary collapse

Class Method Details

.load_membersObject



3105
3106
3107
3108
3109
3110
# File 'lib/paypal-sdk/merchant/data_types.rb', line 3105

def self.load_members
  # The Bucket ID that the incentive is applied to. 
  object_of :PaymentRequestID, String, :namespace => :ebl
  # The item that the incentive is applied to. 
  object_of :ItemId, String, :namespace => :ebl
end