Represents a shipping method in the MegaScript context.

interface MSShippingMethod {
    Description: string;
    DisplayOrder: number;
    Name: string;
}

Properties

Description: string

The description of the shipping method.

DisplayOrder: number

The display order of the shipping method.

Name: string

The name of the shipping method.