Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.26 KB

TaxIdentifier1.md

File metadata and controls

20 lines (15 loc) · 1.26 KB

# TaxIdentifier1

Properties

Name Type Description Notes
id string The identifier of the tax identifier. [optional] [readonly]
created_time \DateTime The time when the tax identifier was created. [optional] [readonly]
customer_id string The identifier of an existing customer. [optional]
type string Type of tax identifier. [optional] [readonly]
value string The tax identifier. [optional]
state string The verification state. [optional] [readonly]
state_transitions \DigitalRiver\ApiSdk\Model\TaxIdentifierStateTransitions [optional]
verified_name string The registered name of the customer with this tax identifier. [optional]
verified_address string The registered address of the customer with this tax identifier. [optional]
updated_time \DateTime The time when the tax identifier was updated. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]