Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
983 B
983 B
displayed_sidebar
| displayed_sidebar |
|---|
| jsClientSidebar |
Class: AdminPostPaymentRefundsReq
internal.internal.AdminPostPaymentRefundsReq
Schema
AdminPostPaymentRefundsReq type: object required:
- amount
- reason properties: amount: description: The amount to refund. type: integer reason: description: The reason for the Refund. type: string note: description: A note with additional details about the Refund. type: string
Properties
amount
• amount: number
Defined in
packages/medusa/dist/api/routes/admin/payments/refund-payment.d.ts:89
note
• Optional note: string
Defined in
packages/medusa/dist/api/routes/admin/payments/refund-payment.d.ts:91
reason
• reason: RefundReason
Defined in
packages/medusa/dist/api/routes/admin/payments/refund-payment.d.ts:90