class PayPal::SDK::Merchant::DataTypes::InstrumentDetailsType

InstrumentDetailsType Promotional Instrument Information.

Public Class Methods

load_members() click to toggle source
# 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