class PayPal::SDK::AdaptivePayments::DataTypes::TaxIdDetails

Details about the payer's tax info passed in by the merchant or partner.

Public Class Methods

load_members() click to toggle source
# 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