Move some money to saving account
Developer info
- API endpoint slug
 - dozens.save
 - Filter code method
 - Dozens.save.skip(string?: reason)
 - Runtime method
 - runAction("dozens.save", {})
 
Action fields
Amount Dropdown list
- Label
 - Amount
 - Helper text
 - Specify amount that should be moved to savings account
 - Slug
 - amount
 - Required
 - true
 - Can have default value
 - true
 - Filter code method
 - Dozens.save.setAmount(string: amount)
 
