SubscriptionProductDto
Data Transfer Object for Product Subscription
productCodestring
Code of the product
Example:
PROD001
offerCodestring
Offer code of the product
Example:
OFFER1
offerLabelstring
Label for the offer
Example:
Premium Offer
encryptionboolean
Encryption status of the product
Example:
false
sealingboolean
Sealing status of the product
Example:
true
SubscriptionProductDto
{
"productCode": "PROD001",
"offerCode": "OFFER1",
"offerLabel": "Premium Offer",
"encryption": false,
"sealing": true
}