import { TaxId } from "@gr4vy/sdk/models/components";
let value: TaxId = {
value: "12345678931",
kind: "ae.trn",
};| Field | Type | Required | Description | Example |
|---|---|---|---|---|
value |
string | ✔️ | The tax ID for the buyer. | 12345678931 |
kind |
components.TaxIdKind | ✔️ | N/A |