Class: PayPal::SDK::ButtonManager::DataTypes::TaxIdDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManager::DataTypes::TaxIdDetailsType
- Defined in:
- lib/paypal-sdk/button_manager/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
2151 2152 2153 2154 2155 2156 |
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 2151 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 |