Files
medusa-store/www/apps/docs/content/references/js-client/classes/internal-8.internal.AdminPostPaymentRefundsReq.md
github-actions[bot] daea35fe73 chore(docs): Generated JS Client Reference (#5334)
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>
2023-10-10 17:47:07 +00:00

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