export PaymentCycleFileField

interface PaymentCycleFileField {
    amount?: number;
    created_at?: string;
    email?: null | string;
    id?: null | string;
    is_valid: boolean;
    name?: null | string;
    short_id?: null | string;
    validation_errors?: null | ValidationError[];
}

Properties

amount?: number

amoount to be send

created_at?: string
email?: null | string

email of receiving person.

id?: null | string
is_valid: boolean

Is valid record

name?: null | string

name of the receiving person

short_id?: null | string
validation_errors?: null | ValidationError[]

validation information