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