unknownDefaultOpenApi constant

  1. @BuiltValueEnumConst.new(wireName: r'unknown_default_open_api', fallback: true)
StoredValueStatusChangeResponseResultCodeEnum const unknownDefaultOpenApi

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'unknown_default_open_api', fallback: true)
static const StoredValueStatusChangeResponseResultCodeEnum unknownDefaultOpenApi = _$storedValueStatusChangeResponseResultCodeEnum_unknownDefaultOpenApi;