rctab_cli.sub_apps.sub.create_allocation¶
- rctab_cli.sub_apps.sub.create_allocation(subscription_id: UUID, ticket: str, amount: float) None¶
Create an allocation for a subscription.
- Parameters:
subscription_id – The ID of the subscription to allocate.
ticket – The ticket reference of the request made.
amount – The amount to allocate.
- Returns:
None.