This action will remove your child a predefined amount to a pot of your choice.
- API endpoint slug
- roostermoney.remove
- Filter code method
- Roostermoney.remove.skip(string?: reason)
- Runtime method
- runAction("roostermoney.remove", {})
Action fields
- Label
- Amount
- Helper text
- If you want it to remove 10.00 enter 10. Do not include the currency character.
- Slug
- amount
- Required
- true
- Can have default value
- true
- Filter code method
- Roostermoney.remove.setAmount(string: amount)
- Label
- Child
- Slug
- child
- Required
- true
- Can have default value
- false
- Label
- Pot
- Slug
- pot
- Required
- true
- Can have default value
- true
- Filter code method
- Roostermoney.remove.setPot(string: pot)
- Label
- Description
- Helper text
- Description to show in transaction history
- Slug
- description
- Required
- false
- Can have default value
- true
- Filter code method
- Roostermoney.remove.setDescription(string: description)