PreviewDeductionsDto
scopestringrequired
Possible values: [commission, wallet_withdrawal, both]
grossAmountnumberrequired
Possible values: >= 0
currencystring
Possible values: >= 3 characters and <= 3 characters
agentTypestring
Possible values: [licensed_agent, introducer, corporate]
insurerIdstring
insurerProductIdstring
atstring
Simulation date (defaults to now).
PreviewDeductionsDto
{
"scope": "commission",
"grossAmount": 0,
"currency": "string",
"agentType": "licensed_agent",
"insurerId": "string",
"insurerProductId": "string",
"at": "string"
}