vot.js - v2.4.12
    Preparing search index...
    interface PaymentItem {
        amount: PaymentCurrencyAmount;
        label: string;
        pending?: boolean;
    }
    Index

    Properties

    Properties

    label: string
    pending?: boolean