SepaDirectDebitCorePaymentMethodInput
No description
input SepaDirectDebitCorePaymentMethodInput {
  activate: Boolean
  useSwanSepaCreditorIdentifier: Boolean!
  sepaCreditorIdentifier: String
}
Fields
SepaDirectDebitCorePaymentMethodInput.activate ● Boolean scalar
If true, the Payment Method will be Pending Review
SepaDirectDebitCorePaymentMethodInput.useSwanSepaCreditorIdentifier ● Boolean! non-null scalar
If true, the transaction will be created with the Swan Creditor Identifier
SepaDirectDebitCorePaymentMethodInput.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)