DefenseReason class abstract

DefenseReason

Properties:

  • defenseDocumentTypes - Array of defense document types for a specific defense reason. Indicates the document types that you can submit to the schemes to defend this dispute, and whether they are required.
  • defenseReasonCode - The defense reason code that was selected to defend this dispute.
  • satisfied - Indicates if sufficient defense material has been supplied.
Annotations
  • @BuiltValue.new()

Constructors

DefenseReason([void updates(DefenseReasonBuilder b)])
factory

Properties

defenseDocumentTypes → BuiltList<DefenseDocumentType>?
Array of defense document types for a specific defense reason. Indicates the document types that you can submit to the schemes to defend this dispute, and whether they are required.
no setter
defenseReasonCode String
The defense reason code that was selected to defend this dispute.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
satisfied bool
Indicates if sufficient defense material has been supplied.
no setter

Methods

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