SepaDirectDebitB2BPaymentMethodInput
No description
input SepaDirectDebitB2BPaymentMethodInput {
activate: Boolean
useSwanSepaCreditorIdentifier: Boolean!
sepaCreditorIdentifier: String
}
Fields
SepaDirectDebitB2BPaymentMethodInput.activate ● Boolean scalar
If true, the Payment Method will be Enabled
SepaDirectDebitB2BPaymentMethodInput.useSwanSepaCreditorIdentifier ● Boolean! non-null scalar
If true, the transaction will be created with the Swan Creditor Identifier
SepaDirectDebitB2BPaymentMethodInput.sepaCreditorIdentifier ● String scalar
Your own SCI - Mandatory if the useSwanCreditorIdentifier is set to false, otherwise Swan does not take this input into account (even if not empty)