class PayPal::SDK::Merchant::DataTypes::IncentiveInfoType
Details of incentive application on individual bucket.
Public Class Methods
load_members()
click to toggle source
# File lib/paypal-sdk/merchant/data_types.rb, line 3093 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