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

    Interface CardPaymentData

    Card payment data

    interface CardPaymentData {
        card?: string | null;
        rocText?: string | null;
        save?: number | null;
        token?: TokenValue | null;
    }
    Index

    Properties

    card?: string | null
    rocText?: string | null
    save?: number | null
    token?: TokenValue | null