UpdatePayoutScheduleRequest class abstract
UpdatePayoutScheduleRequest
Properties:
- action - 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. - reason - The reason for the payout schedule update. > This field is required when the
scheduleparameter is set toHOLD. - schedule - The new payout schedule for the account. Possible values:
DEFAULT,DAILY,DAILY_US,DAILY_EU,DAILY_AU,DAILY_SG,WEEKLY,WEEKLY_ON_TUE_FRI_MIDNIGHT,BIWEEKLY_ON_1ST_AND_15TH_AT_MIDNIGHT,MONTHLY,HOLD. >HOLDprevents scheduled payouts, but you can still initiate payouts manually.
- Annotations
-
- @BuiltValue.new()
Constructors
- UpdatePayoutScheduleRequest([void updates(UpdatePayoutScheduleRequestBuilder b)])
-
factory
Properties
- action → UpdatePayoutScheduleRequestActionEnum?
-
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.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- reason → String?
-
The reason for the payout schedule update. > This field is required when the
scheduleparameter is set toHOLD.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schedule → UpdatePayoutScheduleRequestScheduleEnum
-
The new payout schedule for the account. Possible values:
DEFAULT,DAILY,DAILY_US,DAILY_EU,DAILY_AU,DAILY_SG,WEEKLY,WEEKLY_ON_TUE_FRI_MIDNIGHT,BIWEEKLY_ON_1ST_AND_15TH_AT_MIDNIGHT,MONTHLY,HOLD. >HOLDprevents scheduled payouts, but you can still initiate payouts manually.no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(UpdatePayoutScheduleRequestBuilder)) → UpdatePayoutScheduleRequest -
Rebuilds the instance.
inherited
-
toBuilder(
) → UpdatePayoutScheduleRequestBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
UpdatePayoutScheduleRequest> -
no setter