OwnerEntity class abstract

OwnerEntity

Properties:

  • id - Unique identifier of the resource that owns the document. For type legalEntity, this value is the unique identifier of the legal entity. For type bankAccount, this value is the unique identifier of the transfer instrument.
  • type - Type of resource that owns the document. Possible values: legalEntity, bankAccount.
Annotations
  • @BuiltValue.new()

Constructors

OwnerEntity([void updates(OwnerEntityBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
Unique identifier of the resource that owns the document. For type legalEntity, this value is the unique identifier of the legal entity. For type bankAccount, this value is the unique identifier of the transfer instrument.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
Type of resource that owns the document. Possible values: legalEntity, bankAccount.
no setter

Methods

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