Class: PayPal::SDK::AdaptivePayments::DataTypes::TaxIdDetails
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::AdaptivePayments::DataTypes::TaxIdDetails
- Defined in:
- lib/paypal-sdk/adaptive_payments/data_types.rb
Overview
Details about the payer’s tax info passed in by the merchant or partner.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
556 557 558 559 560 561 |
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 556 def self.load_members # Tax id of the merchant/business. object_of :taxId, String # Tax type of the Tax Id. object_of :taxIdType, String end |