StoredValueIssueResponseResultCodeEnum class

Inheritance
  • Object
  • EnumClass
  • StoredValueIssueResponseResultCodeEnum

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<StoredValueIssueResponseResultCodeEnum>
no setter
values → BuiltSet<StoredValueIssueResponseResultCodeEnum>
no setter

Constants

error → const StoredValueIssueResponseResultCodeEnum
The result of the payment. Possible values: * Success – The operation has been completed successfully. * Refused – The operation was refused. The reason is given in the refusalReason field. * Error – There was an error when the operation was processed. The reason is given in the refusalReason field. * NotEnoughBalance – The amount on the payment method is lower than the amount given in the request. Only applicable to balance checks.
notEnoughBalance → const StoredValueIssueResponseResultCodeEnum
The result of the payment. Possible values: * Success – The operation has been completed successfully. * Refused – The operation was refused. The reason is given in the refusalReason field. * Error – There was an error when the operation was processed. The reason is given in the refusalReason field. * NotEnoughBalance – The amount on the payment method is lower than the amount given in the request. Only applicable to balance checks.
refused → const StoredValueIssueResponseResultCodeEnum
The result of the payment. Possible values: * Success – The operation has been completed successfully. * Refused – The operation was refused. The reason is given in the refusalReason field. * Error – There was an error when the operation was processed. The reason is given in the refusalReason field. * NotEnoughBalance – The amount on the payment method is lower than the amount given in the request. Only applicable to balance checks.
success → const StoredValueIssueResponseResultCodeEnum
The result of the payment. Possible values: * Success – The operation has been completed successfully. * Refused – The operation was refused. The reason is given in the refusalReason field. * Error – There was an error when the operation was processed. The reason is given in the refusalReason field. * NotEnoughBalance – The amount on the payment method is lower than the amount given in the request. Only applicable to balance checks.
unknownDefaultOpenApi → const StoredValueIssueResponseResultCodeEnum
The result of the payment. Possible values: * Success – The operation has been completed successfully. * Refused – The operation was refused. The reason is given in the refusalReason field. * Error – There was an error when the operation was processed. The reason is given in the refusalReason field. * NotEnoughBalance – The amount on the payment method is lower than the amount given in the request. Only applicable to balance checks.