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

    Interface TransactionApiCredentials

    interface TransactionApiCredentials {
        apiKey: string;
        apiPassword: string;
        merchantId: MerchantId;
    }
    Index

    Properties

    apiKey: string
    apiPassword: string
    merchantId: MerchantId