export interface IOrderTotal {
    CurrencyCode: string;
    Amount: string;
}
