JSSM, a JavaScript state machine - the FSM for FSL
    Preparing search index...

    Interface PaymentShippingOption

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