declare class PaymentTerminalTransactionSum {
    /**
    *
    */
    'brand'?: string;
    /**
    *
    */
    'dccTipAmount'?: number;
    /**
    *
    */
    'dccTransactionAmount'?: number;
    /**
    *
    */
    'dccTransactionCount'?: number;
    /**
    * A unique identifier for the object.
    */
    'id'?: number;
    /**
    *
    */
    'product'?: string;
    /**
    *
    */
    'transactionAmount'?: number;
    /**
    *
    */
    'transactionCount'?: number;
    /**
    *
    */
    'transactionCurrency'?: string;
    /**
    *
    */
    'transactionTipAmount'?: number;
    /**
    * The version is used for optimistic locking and incremented whenever the object is updated.
    */
    'version'?: number;
    static discriminator: string | undefined;
    static attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
    static getAttributeTypeMap(): {
        name: string;
        baseName: string;
        type: string;
    }[];
}
export { PaymentTerminalTransactionSum };
