S2.Margot.ClientApiContracts.Dto.ProductPurchaseDetails
productIdinteger<int32>
productTypeIdinteger<int32>
productNamestringnullable
productTypestringnullable
chargeMessagestringnullable
unitPriceinteger<int32>
qtyinteger<int32>
extendedPriceinteger<int32>
effectiveAtstring<date-time>nullable
effectiveThroughstring<date-time>nullable
timezonestringnullable
autorenewboolean
renewalProductIdinteger<int32>nullable
nextRenewalPaymentDueOnstring<date-time>nullable
nextRenewalPaymentBillingWindowStartsAtstring<date-time>nullable
supplementalFeatureQtynumber<double>nullable
statusstringnullable
purchasedOwnedProductIdinteger<int32>nullable
tagstringnullable
warningsstring[]nullable
S2.Margot.ClientApiContracts.Dto.ProductPurchaseDetails
{
"productId": 0,
"productTypeId": 0,
"productName": "string",
"productType": "string",
"chargeMessage": "string",
"unitPrice": 0,
"qty": 0,
"extendedPrice": 0,
"effectiveAt": "2024-07-29T15:51:28.071Z",
"effectiveThrough": "2024-07-29T15:51:28.071Z",
"timezone": "string",
"autorenew": true,
"renewalProductId": 0,
"nextRenewalPaymentDueOn": "2024-07-29T15:51:28.071Z",
"nextRenewalPaymentBillingWindowStartsAt": "2024-07-29T15:51:28.071Z",
"supplementalFeatureQty": 0,
"status": "string",
"purchasedOwnedProductId": 0,
"tag": "string",
"warnings": [
"string"
]
}