Recurring Item Create DTO
reference_idstring
- If user has any external reference ID they would like to associate with they can input in this field
labelstringrequired
- This is name of the recurring product
pricenumberrequired
- This is to set the price of the item. The price will be the billing amount for the recurring order
currencystringrequired
descriptionstring
- Any description to remark about this record
Recurring Item Create DTO
{
"reference_id": "string",
"label": "string",
"price": 0,
"currency": "string",
"description": "string"
}