ContentDetails2 constructor
ContentDetails2({
- MicroPricing? microPricing,
- int? price,
- int? duration,
- String? currency,
- String? currencySymbol,
- String? clientName,
- String? url,
- String? title,
- String? contentType,
- CouponDetails? couponDetails,
- bool? downloadExists,
- bool? bundle,
- UserDetails? userDetails,
- Pixels? pixels,
- String? logoUrl,
- ValidPass? validPass,
- PaywallCustomization? paywallCustomization,
- bool? subscriptionsExist,
- String? subscriptionDomain,
- String? pathUrl,
- String? detectedCountry,
- CouponDetails? couponForPass,
- String? subscriptionUrl,
Implementation
ContentDetails2(
{this.microPricing,
this.price,
this.duration,
this.currency,
this.currencySymbol,
this.clientName,
this.url,
this.title,
this.contentType,
this.couponDetails,
this.downloadExists,
this.bundle,
this.userDetails,
this.pixels,
this.logoUrl,
this.validPass,
this.paywallCustomization,
this.subscriptionsExist,
this.subscriptionDomain,
this.pathUrl,
// this.categories,
this.detectedCountry,
this.couponForPass,
this.subscriptionUrl});