cooptypes - v2026.4.27-2
    Preparing search index...

    Interface IContributionAmount

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

    Properties

    Properties

    amount: number
    currency: string
    words: string