BalanceInquiryResponse class abstract
Content of the Balance Inquiry Response message. It conveys the balance and the identification of the associated payment, loyalty or stored value account.
Properties:
- response - Result of a message request processing.
- paymentAccountStatus - Data related to the result of a Balance Inquiry request. If BalanceInquiryRequest. PaymentAccount present.
- paymentReceipt
- Annotations
-
- @BuiltValue.new()
Constructors
- BalanceInquiryResponse([void updates(BalanceInquiryResponseBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- paymentAccountStatus → PaymentAccountStatus?
-
Data related to the result of a Balance Inquiry request. If BalanceInquiryRequest. PaymentAccount present.
no setter
-
paymentReceipt
→ BuiltList<
PaymentReceipt> ? -
no setter
- response → Response
-
Result of a message request processing.
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(BalanceInquiryResponseBuilder)) → BalanceInquiryResponse -
Rebuilds the instance.
inherited
-
toBuilder(
) → BalanceInquiryResponseBuilder -
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<
BalanceInquiryResponse> -
no setter