Class: PayPal::SDK::ButtonManagerRails::DataTypes::IncentiveApplyIndicationType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::IncentiveApplyIndicationType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
Defines which bucket or item that the incentive should be applied to.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
3031 3032 3033 3034 3035 3036 |
# 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 |