interface ApplicationExchangeRateSummary {
    id: string;
    rate?: string;
}

Properties

Properties

id: string
rate?: string