Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 305 Bytes

File metadata and controls

19 lines (12 loc) · 305 Bytes

Action

Whether to increase or decrease the credit balance.

Example Usage

import com.clerk.backend_api.models.components.Action;

Action value = Action.INCREASE;

Values

Name Value
INCREASE increase
DECREASE decrease