Class: PayPal::SDK::ButtonManager::DataTypes::IncentiveApplyIndicationType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManager::DataTypes::IncentiveApplyIndicationType
- Defined in:
- lib/paypal-sdk/button_manager/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
2996 2997 2998 2999 3000 3001 |
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 2996 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 |