SetupBeneficiaryRequest class abstract
SetupBeneficiaryRequest
Properties:
- destinationAccountCode - The destination account code.
- merchantReference - A value that can be supplied at the discretion of the executing user.
- sourceAccountCode - The benefactor account.
- Annotations
-
- @BuiltValue.new()
Constructors
- SetupBeneficiaryRequest([void updates(SetupBeneficiaryRequestBuilder b)])
-
factory
Properties
- destinationAccountCode → String
-
The destination account code.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- merchantReference → String?
-
A value that can be supplied at the discretion of the executing user.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceAccountCode → String
-
The benefactor account.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(SetupBeneficiaryRequestBuilder)) → SetupBeneficiaryRequest -
Rebuilds the instance.
inherited
-
toBuilder(
) → SetupBeneficiaryRequestBuilder -
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<
SetupBeneficiaryRequest> -
no setter