Recipient class
Constructors
- Recipient.new({String id = '', required DocumentType documentType, String name = '', String document = '', String email = '', String description = '', required HipayProcess process, required Status status, int volumeSetting = 0, int anticipationDaysSetting = 0, bool isDefault = false, required DateTime dateCreated})
- Recipient.fromJson(String source)
-
factory
-
Recipient.fromMap(Map<
String, dynamic> map) -
factory
Properties
- anticipationDaysSetting ↔ int
-
getter/setter pair
- dateCreated ↔ DateTime
-
getter/setter pair
- description ↔ String
-
getter/setter pair
- document ↔ String
-
getter/setter pair
- documentType ↔ DocumentType
-
getter/setter pair
- email ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String
-
getter/setter pair
- isDefault ↔ bool
-
getter/setter pair
- name ↔ String
-
getter/setter pair
- process ↔ HipayProcess
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ Status
-
getter/setter pair
- volumeSetting ↔ int
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited