ProofOfDeliveryDeleteResponse: {
    code: string;
    message: string;
    result: {
        rowsAffected: string;
    };
    status: string;
}

Represents a deleted proof of delivery record response.

Type declaration

  • code: string

    The payment gateway response code. See Payment Response Codes for code descriptions.

  • message: string

    Message associated with the response code.

  • result: {
        rowsAffected: string;
    }

    The query results object.

    • rowsAffected: string

      The number of rows affected by the update.

  • status: string

    The status of the transaction. Possible response values are 'ok' and 'error'

Generated using TypeDoc