Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 3.03 KB

File metadata and controls

20 lines (15 loc) · 3.03 KB

TransactionBuyer

Example Usage

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

let value: TransactionBuyer = {};

Fields

Field Type Required Description Example
type "buyer" Always buyer. buyer
id string The ID for the buyer. fe26475d-ec3e-4884-9553-f7356683f7f9
displayName string The display name for the buyer. John Doe
externalIdentifier string The merchant identifier for this buyer. buyer-12345
billingDetails components.BillingDetails The billing name, address, email, and other fields for this buyer.
accountNumber string The buyer account number.