Class: PayPal::SDK::ButtonManagerRails::DataTypes::IncentiveInfoType

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

Overview

Details of incentive application on individual bucket.

Class Method Summary collapse

Class Method Details

.load_membersObject



3019
3020
3021
3022
3023
3024
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 3019

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