export interface PriceSet {
  shop_money: {
    amount: string;
    currency_code: string;
  },
  presentment_money: {
    amount: string;
    currency_code: string;
  }
}