Class: PayPal::SDK::Merchant::DataTypes::TaxIdDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::Merchant::DataTypes::TaxIdDetailsType
- Defined in:
- lib/paypal-sdk/merchant/data_types.rb
Overview
Details about the payer’s tax info passed in by the merchant or partner. Optional.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
2251 2252 2253 2254 2255 2256 |
# 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 |