Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.27 KB

Refund.md

File metadata and controls

29 lines (21 loc) · 1.27 KB

Square.Connect.Model.Refund

Properties

Name Type Description Notes
Id string The refund's unique ID.
LocationId string The ID of the refund's associated location.
TransactionId string The ID of the transaction that the refunded tender is part of.
TenderId string The ID of the refunded tender.
CreatedAt string The time when the refund was created, in RFC 3339 format. [optional]
Reason string The reason for the refund being issued.
AmountMoney Money The amount of money refunded to the buyer.
Status StatusEnum The current status of the refund (`PENDING`, `APPROVED`, `REJECTED`, or `FAILED`).
ProcessingFeeMoney Money The amount of Square processing fee money refunded to the merchant. [optional]

StatusEnum

Name Value
PENDING "PENDING"
APPROVED "APPROVED"
REJECTED "REJECTED"
FAILED "FAILED"

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