interface IContributionAmount {
    amount: number;
    currency: string;
    words: string;
}

Properties

Properties

amount: number
currency: string
words: string