unknownDefaultOpenApi constant
- @BuiltValueEnumConst.new(wireName: r'unknown_default_open_api', fallback: true)
Direction on how to handle any payouts that have already been scheduled. Possible values: * CLOSE: close the existing batch of payouts. * UPDATE: reschedule the existing batch to the new schedule. * NOTHING (default): allow the payout to proceed.
Implementation
@BuiltValueEnumConst(wireName: r'unknown_default_open_api', fallback: true)
static const UpdatePayoutScheduleRequestActionEnum unknownDefaultOpenApi = _$updatePayoutScheduleRequestActionEnum_unknownDefaultOpenApi;