@nextcloud/files

    Interface PaymentShippingOption

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

    Properties

    id: string
    label: string
    selected?: boolean
    MMNEPVFCICPMFPCPTTAAATR