ShippingMethod: {
    label: string;
    amount: string;
    isPending?: boolean;
    identifier: string;
    detail?: string;
    startDate?: number;
    endDate?: number;
}

iOS only.

Type declaration

  • label: string

    A short, localized description.

  • amount: string

    The cost associated with this shipping option.

  • OptionalisPending?: boolean

    When creating items for estimates or charges whose final value is not yet known, set this to true.

  • identifier: string

    A unique identifier for the shipping method.

  • Optionaldetail?: string

    A user-readable description of the shipping method. For example “Ships in 24 hours.” Don't repeat the content of the 'label' property.

  • OptionalstartDate?: number

    The unix timestamp of the start date of the expected range of delivery or shipping dates for a package, or the time range when an item is available for pickup. Measured in seconds.

  • OptionalendDate?: number

    The unix timestamp of the end date of the expected range of delivery or shipping dates for a package, or the time range when an item is available for pickup. Measured in seconds.

MMNEPVFCICPMFPCPTTAAATR