Class: PayPal::SDK::ButtonManager::DataTypes::InstrumentDetailsType

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/button_manager/data_types.rb

Overview

InstrumentDetailsType Promotional Instrument Information.

Class Method Summary collapse

Class Method Details

.load_membersObject



1704
1705
1706
1707
# File 'lib/paypal-sdk/button_manager/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