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



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