CategoryGoalTargetUpdate
public enum CategoryGoalTargetUpdate : Equatable, Sendable
The change to apply to a category’s goal target.
-
Leaves the existing goal target unchanged by omitting it from the request.
Declaration
Swift
case unchanged -
Sets the goal target to the provided amount in milliunits.
Declaration
Swift
case set(Int64) -
Removes the existing goal target by sending an explicit
nullvalue.Declaration
Swift
case remove
View on GitHub