## Package: dw.order

# Class ShipmentShippingCost

## Inheritance Hierarchy

- Object
  - dw.order.ShipmentShippingCost

## Description

Represents shipping cost applied to shipments. Returned by ShipmentShippingModel.getShippingCost(ShippingMethod).

## Properties

### amount

**Type:** Money (Read Only)

The shipping amount.

## Constructor Summary

## Method Summary

### getAmount

**Signature:** `getAmount() : Money`

Returns the shipping amount.

## Method Detail

## Method Details

### getAmount

**Signature:** `getAmount() : Money`

**Description:** Returns the shipping amount.

**Returns:**

Shipping amount

---