Interface VisaSettlementResponse

Visa settlement response

interface VisaSettlementResponse {
    errorReason?: string;
    network: "visa:vts";
    payer?: string;
    success: boolean;
    transaction: string;
}

Properties

errorReason?: string
network: "visa:vts"
payer?: string
success: boolean
transaction: string