RefundNotPaidOutTransfersRequest class abstract

RefundNotPaidOutTransfersRequest

Properties:

  • accountCode - The code of the account from which to perform the refund(s).
  • accountHolderCode - The code of the Account Holder which owns the account from which to perform the refund(s).
Annotations
  • @BuiltValue.new()

Properties

accountCode String
The code of the account from which to perform the refund(s).
no setter
accountHolderCode String
The code of the Account Holder which owns the account from which to perform the refund(s).
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

Methods

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