BillingEntity class abstract

BillingEntity

Properties:

  • address - The address details of the billing entity.
  • email - The email address of the billing entity.
  • id - The unique identifier of the billing entity, for use as billingEntityId when creating an order.
  • name_ - The unique name of the billing entity.
  • taxId - The tax number of the billing entity.
Annotations
  • @BuiltValue.new()

Constructors

BillingEntity([void updates(BillingEntityBuilder b)])
factory

Properties

address Address?
The address details of the billing entity.
no setter
email String?
The email address of the billing entity.
no setter
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique identifier of the billing entity, for use as billingEntityId when creating an order.
no setter
name_ String?
The unique name of the billing entity.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taxId String?
The tax number of the billing entity.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(BillingEntityBuilder)) BillingEntity
Rebuilds the instance.
inherited
toBuilder() BillingEntityBuilder
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<BillingEntity>
no setter