vot.js - v2.4.18
    Preparing search index...

    Interface PaymentCurrencyAmount

    interface PaymentCurrencyAmount {
        currency: string;
        value: string;
    }
    Index
    currency: string
    value: string