class PayPal::SDK::ButtonManagerRails::DataTypes::IncentiveInfoType
Details of incentive application on individual bucket.
Public Class Methods
load_members()
click to toggle source
# 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