Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 2.34 KB

File metadata and controls

20 lines (14 loc) · 2.34 KB

BuyerCreate

Request body for creating a new buyer

Example Usage

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

let value: BuyerCreate = {};

Fields

Field Type Required Description Example
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