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

    Interface CreateRefundRequest

    Create refund request based on card token

    interface CreateRefundRequest {
        amount: number;
        cardExpiryDate?: string | null;
        currencyCode: number;
        rocText?: string | null;
        tokenValue: TokenValue;
    }
    Index

    Properties

    amount: number
    cardExpiryDate?: string | null
    currencyCode: number
    rocText?: string | null
    tokenValue: TokenValue