class PayPal::SDK::Merchant::DataTypes::IncentiveApplyIndicationType
Defines which bucket or item that the incentive should be applied to.
Public Class Methods
load_members()
click to toggle source
# 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