TransactionStatusEnum: {
    Failure: "FAILURE";
    Processing: "PROCESSING";
    Success: "SUCCESS";
} = ...