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

    Interface CreateTransactionResponse

    Create transaction response

    interface CreateTransactionResponse {
        amount: number;
        currency: string;
        date: TransactionDate;
        description: string;
        hiddenDescription?: string;
        lang: string;
        payer: PayerDetails;
        payments: Payments;
        posId: POSId;
        requestId: string;
        result: string;
        status: string;
        title: string;
        transactionId: TransactionId;
        transactionPaymentUrl: string;
    }
    Index

    Properties

    amount: number
    currency: string
    description: string
    hiddenDescription?: string
    lang: string
    payments: Payments
    posId: POSId
    requestId: string
    result: string
    status: string
    title: string
    transactionId: TransactionId
    transactionPaymentUrl: string