Skip to content

Files

Latest commit

89ba067 · May 23, 2017

History

History
25 lines (17 loc) · 1.07 KB

V1Refund.md

File metadata and controls

25 lines (17 loc) · 1.07 KB

Square.Connect.Model.V1Refund

Properties

Name Type Description Notes
Type TypeEnum The type of refund [optional]
Reason string The merchant-specified reason for the refund. [optional]
RefundedMoney V1Money The amount of money refunded. This amount is always negative. [optional]
CreatedAt string The time when the merchant initiated the refund for Square to process, in ISO 8601 format.. [optional]
ProcessedAt string The time when Square processed the refund on behalf of the merchant, in ISO 8601 format. [optional]
PaymentId string The Square-issued ID of the payment the refund is applied to. [optional]
MerchantId string [optional]

TypeEnum

Name Value
FULL "FULL"
PARTIAL "PARTIAL"

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