Request body for creating a new buyer
import { BuyerCreate } from "@gr4vy/sdk/models/components";
let value: BuyerCreate = {};| 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 |