RefundSuccessPayload
Consent generated by the refund mutation
type RefundSuccessPayload {
consent: Consent
}
Fields
RefundSuccessPayload.consent
● Consent
object
optional consent that need to be validated for the refund to go through
Implemented By
RefundPayload
union