TransferView class abstract

TransferView

Properties:

  • categoryData
  • id - The ID of the resource.
  • reference - The reference from the /transfers request. If you haven't provided any, Adyen generates a unique reference.
Annotations
  • @BuiltValue.new()

Constructors

TransferView([void updates(TransferViewBuilder b)])
factory

Properties

categoryData TransferCategoryData?
no setter
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the resource.
no setter
reference String
The reference from the /transfers request. If you haven't provided any, Adyen generates a unique reference.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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