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

Latest commit

 

History

History
19 lines (13 loc) · 1.05 KB

V1CreateRefundRequest.md

File metadata and controls

19 lines (13 loc) · 1.05 KB

V1CreateRefundRequest

squareconnect.models.v1_create_refund_request

Description

V1CreateRefundRequest

Properties

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