Class: PayPal::SDK::Merchant::DataTypes::IncentiveInfoType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::Merchant::DataTypes::IncentiveInfoType
- Defined in:
- lib/paypal-sdk/merchant/data_types.rb
Overview
Details of incentive application on individual bucket.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
3093 3094 3095 3096 3097 3098 |
# File 'lib/paypal-sdk/merchant/data_types.rb', line 3093 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 |