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

    Interface PaymentCurrencyAmount

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

    Properties

    Properties

    currency: string
    value: string