error constant
- @BuiltValueEnumConst.new(wireName: r'Error')
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.
Implementation
@BuiltValueEnumConst(wireName: r'Error')
static const StoredValueBalanceCheckResponseResultCodeEnum error = _$storedValueBalanceCheckResponseResultCodeEnum_error;