US Tax Exemption Certificate Schema
The us_tax_exemption_certificate
is used to model the information required for certain tax exemptions.
The available fields are listed in the following table:
Field | Details | Description |
---|---|---|
certificate_id | Type: String | US sales tax exemption certificate. |
single_purchase_order_identifier | Type: String Max: 512 | Purchase/order identifier for single purchase. |
purchaser_business_type | Type: String Max: 50 | Purchaser business type. |
purchaser_exemption_reason_value | Type: String Max: 512 | The value of exemption reason. |
purchaser_state | Type: String Max: 512 | Purchaser's state. |
purchaser_zip | Type: String Max: 512 | Purchaser's zip code. |
purchaser_city | Type: String Max: 512 | Purchaser's city. |
purchaser_last_name | Type: String Max: 512 | Purchaser's last name. |
purchaser_exemption_reason | Type: String Max: 512 | The reason for exemption reason. |
single_purchase | Type: Boolean | Set to true if this certificate is valid for single purchase only. |
purchaser_tax_id | See US Tax ID Schema | |
purchaser_address2 | Type: String Max: 512 | Purchaser's second address line. |
purchaser_address1 | Type: String Max: 512 | Purchaser's first address line. |
purchaser_business_type_other_value | Type: String Max: 256 | If business type is other, a short description must be provided. |
purchaser_first_name | Type: String Max: 512 | Purchaser's first name. |
exempt_states | List of states where the certificate is valid. | |
exempt_states.state_abbr | Type: String | Two character state abbreviation |
exempt_states.reason_for_exemptionr | Type: String | The reason for the exemption. |
exempt_states.identifier_for_exemption_reason | Type: String | The identifier of the exemption reason. |
purchaser_title | Type: String Max: 512 | Purchaser's title. |
Updated 4 months ago