Name | Type | Description | Notes |
---|---|---|---|
Id | string | The tender's unique ID. | [optional] |
Type | TypeEnum | The type of tender. | [optional] |
Name | string | A human-readable description of the tender. | [optional] |
EmployeeId | string | The ID of the employee that processed the tender. | [optional] |
ReceiptUrl | string | The URL of the receipt for the tender. | [optional] |
CardBrand | CardBrandEnum | The brand of credit card provided. | [optional] |
PanSuffix | string | The last four digits of the provided credit card's account number. | [optional] |
EntryMethod | EntryMethodEnum | The tender's unique ID. | [optional] |
PaymentNote | string | Notes entered by the merchant about the tender at the time of payment, if any. Typically only present for tender with the type: OTHER. | [optional] |
TotalMoney | V1Money | The total amount of money provided in this form of tender. | [optional] |
TenderedMoney | V1Money | The amount of total_money applied to the payment. | [optional] |
ChangeBackMoney | V1Money | The amount of total_money returned to the buyer as change. | [optional] |
RefundedMoney | V1Money | The total of all refunds applied to this tender. This amount is always negative or zero. | [optional] |
Name | Value |
---|---|
CREDITCARD | "CREDIT_CARD" |
CASH | "CASH" |
THIRDPARTYCARD | "THIRD_PARTY_CARD" |
NOSALE | "NO_SALE" |
SQUAREWALLET | "SQUARE_WALLET" |
SQUAREGIFTCARD | "SQUARE_GIFT_CARD" |
UNKNOWN | "UNKNOWN" |
OTHER | "OTHER" |
Name | Value |
---|---|
OTHERBRAND | "OTHER_BRAND" |
VISA | "VISA" |
MASTERCARD | "MASTER_CARD" |
AMERICANEXPRESS | "AMERICAN_EXPRESS" |
DISCOVER | "DISCOVER" |
DISCOVERDINERS | "DISCOVER_DINERS" |
JCB | "JCB" |
CHINAUNIONPAY | "CHINA_UNIONPAY" |
SQUAREGIFTCARD | "SQUARE_GIFT_CARD" |
Name | Value |
---|---|
MANUAL | "MANUAL" |
SCANNED | "SCANNED" |
SQUARECASH | "SQUARE_CASH" |
SQUAREWALLET | "SQUARE_WALLET" |
SWIPED | "SWIPED" |
WEBFORM | "WEB_FORM" |
OTHER | "OTHER" |