class PayPal::SDK::ButtonManagerRails::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/button_manager_rails/data_types.rb, line 3031 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