Interface SepaData

interface SepaData {
    batchBooking?: boolean;
    creationDate: Date;
    id: string;
    initiatorName: string;
    localInstrumentation?: LOCAL_INSTRUMENTATION;
    painVersion?: PAIN_VERSIONS;
    positions: CreditorPayments[];
    sequenceType?: SEQUENCE_TYPE;
    xmlEncoding?: string;
    xmlVersion?: string;
    xsiNamespace?: string;
    xsiXmls?: string;
}

Properties

batchBooking?: boolean
creationDate: Date
id: string

Max length is 35

initiatorName: string

Max length is 70

localInstrumentation?: LOCAL_INSTRUMENTATION
painVersion?: PAIN_VERSIONS
positions: CreditorPayments[]
sequenceType?: SEQUENCE_TYPE
xmlEncoding?: string
xmlVersion?: string
xsiNamespace?: string
xsiXmls?: string