| Method | Description | Returns |
|---|---|---|
| getTotalAsMoney() | Returns the total amount as a Money object. | Money |
| getId() | int | |
| getName() | string | |
| getServiceLevel() | string | |
| getCourierName() | string | |
| getTotal() | string | |
| getEstimatedDelivery() | DateTime | |
| getCreated() | Date the record was created. | DateTime |
| getExpiry() | DateTime | |
| isExpired() | Checks if the rate is expired. | bool |
| getCurrency() | Currency | |
| getFulfillment() | Fulfillment | |
| getMethod() | BaseMethod | |
| isNewRecord() | Check if the record is a new record | bool |
| isHierarchicalModel() | Check whether a model is a hierarchical model, i.e. can have children | bool |
| isVersionedModel() | Check whether a model is versioned | bool |
Shipping\Models\Backend\Rate
Rate