Skip to main content

refundsChangeStatus

Updates the status of all specified refunds. All refunds must be able to make the state transition for any of them to update

refundsChangeStatus(
ids: [ID!]!
status: RefundStatusEnum!
): RefundsChangeStatus

Arguments

refundsChangeStatus.ids ● [ID!]! non-null scalar

List of refund IDs to change.

refundsChangeStatus.status ● RefundStatusEnum! non-null enum

The new status to update the refunds to

Type

RefundsChangeStatus object

Updates the status of all specified refunds. All refunds must be able to make the state transition for any of them to update

Was this page helpful?