OrderSendInvoiceResult Object
Description
Result type for sending an invoice with account creation, including the order, buyer information, and account creation status.
Declaration
type OrderSendInvoiceResult {
order: Order!
buyer: Buyer
accountStatus: AccountCreatedStatus
}
Fields
| Name | Type | Description |
|---|---|---|
order | Order! | The order for which the invoice was sent. |
buyer | Buyer | The buyer associated with the order. May be null if no buyer is linked. |
accountStatus | AccountCreatedStatus | Status indicating whether a buyer account was created, matched, or not created during the invoice sending process. |