pending constant

  1. @BuiltValueEnumConst.new(wireName: r'pending')
TransferDataTrackingStatusEnum 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 TransferDataTrackingStatusEnum pending = _$transferDataTrackingStatusEnum_pending;