export interface CurrencyAmountFields { amount: string; amount_in_hundredths: string; currency: string; offsetted_amount: string; }