ScheduleStandingOrderInput
No description
input ScheduleStandingOrderInput {
amount: AmountInput
targetAvailableBalance: AmountInput
period: StandingOrderPeriod!
firstExecutionDate: DateTime
lastExecutionDate: DateTime
sepaBeneficiary: SepaBeneficiaryInput
accountId: String!
consentRedirectUrl: String!
reference: String
label: String
creditTransferMode: CreditTransferMode
}