Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.41 KB

File metadata and controls

19 lines (14 loc) · 1.41 KB

TaxId

Example Usage

import { TaxId } from "@gr4vy/sdk/models/components";

let value: TaxId = {
  value: "12345678931",
  kind: "ae.trn",
};

Fields

Field Type Required Description Example
value string ✔️ The tax ID for the buyer. 12345678931
kind components.TaxIdKind ✔️ N/A