@tax1driver/ts-tpay
    Preparing search index...

    Interface Payments

    Payment information

    interface Payments {
        amountPaid: number;
        date?: PaymentDate;
        errors?: PaymentErrors;
        method: string;
        status: string;
    }
    Index

    Properties

    amountPaid: number
    errors?: PaymentErrors
    method: string
    status: string