Skip to main content

AddClientSepaMandateDraftInput

Input type to add a SEPA mandate

input AddClientSepaMandateDraftInput {
bankAccountId: ClientBankAccountID!
document: Upload
serviceAreas: [ServiceArea!]
validFrom: Date!
}

Fields

AddClientSepaMandateDraftInput.bankAccountId ● ClientBankAccountID! non-null scalar

ID of the bank account where the sepa has to be added

AddClientSepaMandateDraftInput.document ● Upload scalar

Attachment regarding the client SEPA

AddClientSepaMandateDraftInput.serviceAreas ● [ServiceArea!] list enum

Use this, if the mandate is restricted to specific service areas.

AddClientSepaMandateDraftInput.validFrom ● Date! non-null scalar

Mandate can be used from this date on.

Member Of

createClientSepaMandateDraft mutation