RefundPayload
The respond body to a refund mutation
union RefundPayload = RefundSuccessPayload | RefundRejection
Possible types
RefundPayload.RefundSuccessPayload
object
Consent generated by the refund mutation
RefundPayload.RefundRejection
object
Rejection returned if the transaction status is not correct for the desired action
Returned By
refund
mutation