interface AmountTypePaid {
    id_amount_type_paid: number;
    label: string;
}

Properties

id_amount_type_paid: number
label: string