Interface TallyPaymentsDTO

Type definition for payments associated to a form

interface TallyPaymentsDTO {
    amount: number;
    currency: string;
}

Properties

Properties

amount: number
currency: string