pending constant

  1. @BuiltValueEnumConst.new(wireName: r'pending')
TransferEventTrackingDataStatusEnum const pending

The status of the transfer. Possible values: - pending: the transfer is under internal review by Adyen. - failed: the transfer failed Adyen's internal review. For details, see reason.

Implementation

@BuiltValueEnumConst(wireName: r'pending')
static const TransferEventTrackingDataStatusEnum pending = _$transferEventTrackingDataStatusEnum_pending;