Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Files

Latest commit

8fa8d4c · Jul 10, 2019

History

History
20 lines (12 loc) · 1.04 KB

V1CreateRefundRequest.md

File metadata and controls

20 lines (12 loc) · 1.04 KB

Square.Connect.Model.V1CreateRefundRequest

Description

V1CreateRefundRequest

Properties

Name Type Description Notes
PaymentId string The 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.
Type string TThe type of refund (FULL or PARTIAL). See V1CreateRefundRequestType for possible values
Reason string The reason for the refund.
RefundedMoney V1Money The amount of money to refund. Required only for PARTIAL refunds. [optional]
RequestIdempotenceKey string An 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]