Class: PayPal::SDK::Merchant::DataTypes::InstrumentDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::Merchant::DataTypes::InstrumentDetailsType
- Defined in:
- lib/paypal-sdk/merchant/data_types.rb
Overview
InstrumentDetailsType Promotional Instrument Information.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
1745 1746 1747 1748 1749 1750 |
# File 'lib/paypal-sdk/merchant/data_types.rb', line 1745 def self.load_members # This field holds the category of the instrument only when it is promotional. Return value 1 represents BML, 2 reprasents PLCC/Cobranded. object_of :InstrumentCategory, String, :namespace => :ebl # This field holds the InstrumentID issued by external party corresponding to the funding source used in payment. object_of :InstrumentID, String, :namespace => :ebl end |