import type * as Square from "../index"; /** * Represents the details of a tender with `type` `SQUARE_ACCOUNT`. */ export interface TenderSquareAccountDetails { /** * The Square Account payment's current state (such as `AUTHORIZED` or * `CAPTURED`). See [TenderSquareAccountDetailsStatus](entity:TenderSquareAccountDetailsStatus) * for possible values. * See [Status](#type-status) for possible values */ status?: Square.TenderSquareAccountDetailsStatus; }