Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 2.68 KB

V1Tender.md

File metadata and controls

24 lines (20 loc) · 2.68 KB

V1Tender

Properties

Name Getter Setter Type Description Notes
id getId() setId($value) string The tender's unique ID. [optional]
type getType() setType($value) string The type of tender. [optional]
name getName() setName($value) string A human-readable description of the tender. [optional]
employee_id getEmployeeId() setEmployeeId($value) string The ID of the employee that processed the tender. [optional]
receipt_url getReceiptUrl() setReceiptUrl($value) string The URL of the receipt for the tender. [optional]
card_brand getCardBrand() setCardBrand($value) string The brand of credit card provided. [optional]
pan_suffix getPanSuffix() setPanSuffix($value) string The last four digits of the provided credit card's account number. [optional]
entry_method getEntryMethod() setEntryMethod($value) string The tender's unique ID. [optional]
payment_note getPaymentNote() setPaymentNote($value) 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]
total_money getTotalMoney() setTotalMoney($value) \SquareConnect\Model\V1Money The total amount of money provided in this form of tender. [optional]
tendered_money getTenderedMoney() setTenderedMoney($value) \SquareConnect\Model\V1Money The amount of total_money applied to the payment. [optional]
change_back_money getChangeBackMoney() setChangeBackMoney($value) \SquareConnect\Model\V1Money The amount of total_money returned to the buyer as change. [optional]
refunded_money getRefundedMoney() setRefundedMoney($value) \SquareConnect\Model\V1Money The total of all refunds applied to this tender. This amount is always negative or zero. [optional]
is_exchange getIsExchange() setIsExchange($value) bool Indicates whether or not the tender is associated with an exchange. If is_exchange is true, the tender represents the value of goods returned in an exchange not the actual money paid. The exchange value reduces the tender amounts needed to pay for items purchased in the exchange. [optional]

Note: All properties are protected and only accessed via getters and setters.

[Back to Model list] [Back to API list] [Back to README]