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

    Interface PaymentShippingOption

    interface PaymentShippingOption {
        amount: PaymentCurrencyAmount;
        id: string;
        label: string;
        selected?: boolean;
    }
    Index

    Properties

    id: string
    label: string
    selected?: boolean