{
"planId": "string",
"planName": "string",
"description": "string",
"currencyISOCode": "USD",
"isPostPaid": true,
"isUsageBased": true,
"isVisibleToCustomer": true,
"targetCustomerId": "string",
"targetCustomerTypes": [
"Business"
],
"isTrialEnabled": true,
"trialDays": 0,
"serviceAddress": {
"address": "string",
"countryCode": "USA",
"stateCode": "OH",
"city": "string",
"zip": "string"
},
"sellingCountryIsoCodes": [
"USA"
],
"oneTimeCharges": [
{
"label": "string",
"price": 0
}
],
"recurringCharges": [
{
"billingFrequency": "MONTHLY",
"fixedCharges": [
{
"label": "string",
"price": 0
}
],
"resourceBasedCharges": [
{
"resourceName": "string",
"uomName": "string",
"isPercentage": true,
"tiers": [
{
"rangeFrom": 0,
"rangeTo": 0,
"price": 0,
"unitCount": 0
}
]
}
]
}
],
"includedResources": [
{
"resourceName": "string",
"uomName": "string",
"value": 0,
"isPerUnit": true,
"dependsOnResource": "string"
}
],
"features": [
"string"
],
"tierCalculationType": "Incremental",
"status": "string",
"productName": "string",
"shareType": "Direct",
"sharedWithClientIds": [
"string"
]
}