Typescript SDK Type Docs
    Preparing search index...

    Interface ShippingMethodChangeValue

    interface ShippingMethodChangeValue {
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    id: string

    id of the ShippingMethod.

    name: string

    Name of the ShippingMethod.