class PayPal::SDK::Merchant::DataTypes::TaxIdDetailsType
Details about the payer's tax info passed in by the merchant or partner. Optional.
Public Class Methods
load_members()
click to toggle source
# File lib/paypal-sdk/merchant/data_types.rb, line 2251 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