BillingInfoBuilder class

Constructors

BillingInfoBuilder.new({Owner? owner})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() BillingInfo
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
withAddressLine1(String addressLine1) BillingInfoBuilder
withAddressLine2(String? addressLine2) BillingInfoBuilder
withCity(String city) BillingInfoBuilder
withCompanyName(String? companyName) BillingInfoBuilder
withCountry(String country) BillingInfoBuilder
withCreatedAt(DateTime? createdAt) BillingInfoBuilder
withId(UuidValue? id) BillingInfoBuilder
withOwner(Owner? owner) BillingInfoBuilder
withOwnerId(UuidValue ownerId) BillingInfoBuilder
withPostalCode(String postalCode) BillingInfoBuilder
withState(String? state) BillingInfoBuilder
withUpdatedAt(DateTime? updatedAt) BillingInfoBuilder
withVatNumber(String? vatNumber) BillingInfoBuilder

Operators

operator ==(Object other) bool
The equality operator.
inherited