Class: PayPal::SDK::ButtonManager::DataTypes::InstrumentDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManager::DataTypes::InstrumentDetailsType
- Defined in:
- lib/paypal-sdk/button_manager/data_types.rb
Overview
InstrumentDetailsType Promotional Instrument Information.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
1676 1677 1678 1679 |
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 1676 def self.load_members # This field holds the category of the instrument only when it is promotional. Return value 1 represents BML. object_of :InstrumentCategory, String, :namespace => :ebl end |