Interface CreditorPayments

interface CreditorPayments {
    batchBooking?: boolean;
    bic?: string;
    collectionDate?: Date;
    iban: string;
    id: string;
    name: string;
    payments: Payment[];
    requestedExecutionDate: Date;
}

Properties

batchBooking?: boolean
bic?: string
collectionDate?: Date
iban: string
id: string

Max length is 35

name: string
payments: Payment[]
requestedExecutionDate: Date

When the payment should be executed