OrderFiscalEntityRequest class abstract
Fiscal entity of the order, Currently it is a purely informative field
Properties:
- Annotations
-
- @BuiltValue()
Constructors
- OrderFiscalEntityRequest([void updates(OrderFiscalEntityRequestBuilder b)])
-
factory
Properties
- address → FiscalEntityAddress
-
no setter
- email → String?
-
Email of the fiscal entity
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
metadata
→ BuiltMap<
String, JsonObject?> ? -
Metadata associated with the fiscal entity
no setter
- name → String?
-
Name of the fiscal entity
no setter
- phone → String?
-
Phone of the fiscal entity
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- taxId → String?
-
Tax ID of the fiscal entity
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(OrderFiscalEntityRequestBuilder)) → OrderFiscalEntityRequest -
Rebuilds the instance.
inherited
-
toBuilder(
) → OrderFiscalEntityRequestBuilder -
Converts the instance to a builder
B
.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
OrderFiscalEntityRequest> -
no setter