AmendPaymentConsentInput
No description
input AmendPaymentConsentInput {
consentRequestId: ID!
reason: String!
nonce: String!
debicheck: DebicheckAmendmentInput
}
No description
input AmendPaymentConsentInput {
consentRequestId: ID!
reason: String!
nonce: String!
debicheck: DebicheckAmendmentInput
}
AmendPaymentConsentInput.consentRequestId ● ID! non-null scalarAmendPaymentConsentInput.reason ● String! non-null scalarAmendPaymentConsentInput.nonce ● String! non-null scalarAmendPaymentConsentInput.debicheck ● DebicheckAmendmentInput input