Class: PayPal::SDK::AdaptivePayments::DataTypes::TaxIdDetails

Inherits:
DataType
  • Object
show all
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_membersObject



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