BalanceCheckResponseResultCodeEnum class

Inheritance
  • Object
  • EnumClass
  • BalanceCheckResponseResultCodeEnum

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<BalanceCheckResponseResultCodeEnum>
no setter
values → BuiltSet<BalanceCheckResponseResultCodeEnum>
no setter

Constants

failed → const BalanceCheckResponseResultCodeEnum
The result of the cancellation request. Possible values: * Success – Indicates that the balance check was successful. * NotEnoughBalance – Commonly indicates that the card did not have enough balance to pay the amount in the request, or that the currency of the balance on the card did not match the currency of the requested amount. * Failed – Indicates that the balance check failed.
notEnoughBalance → const BalanceCheckResponseResultCodeEnum
The result of the cancellation request. Possible values: * Success – Indicates that the balance check was successful. * NotEnoughBalance – Commonly indicates that the card did not have enough balance to pay the amount in the request, or that the currency of the balance on the card did not match the currency of the requested amount. * Failed – Indicates that the balance check failed.
success → const BalanceCheckResponseResultCodeEnum
The result of the cancellation request. Possible values: * Success – Indicates that the balance check was successful. * NotEnoughBalance – Commonly indicates that the card did not have enough balance to pay the amount in the request, or that the currency of the balance on the card did not match the currency of the requested amount. * Failed – Indicates that the balance check failed.
unknownDefaultOpenApi → const BalanceCheckResponseResultCodeEnum
The result of the cancellation request. Possible values: * Success – Indicates that the balance check was successful. * NotEnoughBalance – Commonly indicates that the card did not have enough balance to pay the amount in the request, or that the currency of the balance on the card did not match the currency of the requested amount. * Failed – Indicates that the balance check failed.