class PayPal::SDK::ButtonManagerRails::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/button_manager_rails/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