Square.Connect.Model.V1CreateRefundRequest

July 10, 2019 ยท View on GitHub

Description

V1CreateRefundRequest

Properties

NameTypeDescriptionNotes
PaymentIdstringThe ID of the payment to refund. If you are creating a `PARTIAL` refund for a split tender payment, instead provide the id of the particular tender you want to refund.
TypestringTThe type of refund (FULL or PARTIAL). See V1CreateRefundRequestType for possible values
ReasonstringThe reason for the refund.
RefundedMoneyV1MoneyThe amount of money to refund. Required only for PARTIAL refunds.[optional]
RequestIdempotenceKeystringAn optional key to ensure idempotence if you issue the same PARTIAL refund request more than once.[optional]

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