ShoppingCart class
A list of products purchased in a transaction.
- Implemented types
- Mixed in types
Constructors
- ShoppingCart.build([void updates(ShoppingCartBuilder b)])
-
factory
Properties
- billingOrganization → Organization
-
@nullable, read-only
- billingOrganizationVatNumber → String
-
@nullable, read-only
- billingPerson → Person
-
@nullable, read-only
- billingPlace → Place
-
@nullable, read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- meta → Meta
-
@BuiltValueField(wireName: '@meta'), @nullable, read-only, inherited
- recipientOrganization → Organization
-
@nullable, read-only
- recipientPerson → Person
-
@nullable, read-only
- recipientPlace → Place
-
@nullable, read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- title → String
-
@nullable, read-only
- total → Money
-
@nullable, read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
rebuild(
dynamic updates(ShoppingCartBuilder)) → ShoppingCart -
Rebuilds the instance. [...]
inherited
-
toBuilder(
) → ShoppingCartBuilder -
Converts the instance to a builder
B
. [...]inherited -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Static Properties
-
serializer
→ Serializer<
ShoppingCart> -
read-only