Description
A Surcharge represents a single item in the Cart or Order.
Attributes
| Attribute | Type | Description |
|---|---|---|
identifier |
String | Returns the unique identifier for this Surcharge |
name |
String | Returns the name of this Surcharge |
price |
Number | Returns the calculated price for this Surcharge |
product |
Product | Returns the Product associated with this Surcharge |
tax |
Number | Returns the calculated tax for this Surcharge |