SubscriptionProductDto
Data Transfer Object for Product Subscription
productCodestring
Code of the product
Example:
PROD001offerCodestring
Offer code of the product
Example:
OFFER1offerLabelstring
Label for the offer
Example:
Premium Offerencryptionboolean
Encryption status of the product
Example:
falsesealingboolean
Sealing status of the product
Example:
trueSubscriptionProductDto
{
"productCode": "PROD001",
"offerCode": "OFFER1",
"offerLabel": "Premium Offer",
"encryption": false,
"sealing": true
}