export PaymentCycleFileField

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

Properties

amount?: number

amoount to be send

country_code?: null | string

country code

created_at?: string
currency?: null | string

Amount currency

email?: null | string

email of receiving person.

external_id?: null | string

external ID

id?: null | string
is_valid: boolean

Is valid record

memo?: null | string

Payment cycle entry memo

name?: null | string

name of the receiving person

object?: null | string

The name of this object

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

validation information