refundPaymentsDelete
Deletes specified refund payments. The refund must be in the PROCESSING state.
refundPaymentsDelete(
ids: [ID!]!
refundId: ID!
): RefundPaymentsDelete
Arguments
refundPaymentsDelete.ids ● [ID!]! non-null scalar
List of refund payments IDs to delete.
refundPaymentsDelete.refundId ● ID! non-null scalar
Refund ID whose payments are to be deleted.
Type
RefundPaymentsDelete object
Deletes specified refund payments. The refund must be in the PROCESSING state.