Method: PayPal::SDK::ButtonManager::DataTypes::TaxIdDetailsType.load_members

Defined in:
lib/paypal-sdk/button_manager/data_types.rb

.load_membersObject



2186
2187
2188
2189
2190
2191
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 2186

def self.load_members
  # The payer's Tax ID type; CNPJ/CPF for BR country. 
  object_of :TaxIdType, String, :namespace => :ebl
  # The payer's Tax ID 
  object_of :TaxId, String, :namespace => :ebl
end