Class: PayPal::SDK::Merchant::DataTypes::IncentiveInfoType

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

Overview

Details of incentive application on individual bucket.

Class Method Summary collapse

Class Method Details

.load_membersObject



3086
3087
3088
3089
3090
3091
# File 'lib/paypal-sdk/merchant/data_types.rb', line 3086

def self.load_members
  # Incentive redemption code. 
  object_of :IncentiveCode, String, :namespace => :ebl
  # Defines which bucket or item that the incentive should be applied to. 
  array_of :ApplyIndication, IncentiveApplyIndicationType, :namespace => :ebl
end