Class: PayPal::SDK::ButtonManagerRails::DataTypes::InstrumentDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::InstrumentDetailsType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
InstrumentDetailsType Promotional Instrument Information.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
1704 1705 1706 1707 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 1704 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 |