Package com.brightcove.player.drm
Class CustomerRightsToken.PurchaseProfile
- java.lang.Object
-
- com.brightcove.player.drm.CustomerRightsToken.PurchaseProfile
-
- Enclosing class:
- CustomerRightsToken
public static class CustomerRightsToken.PurchaseProfile extends java.lang.Object
Purchase must be used for requesting a license without time restrictions.
-
-
Field Summary
Fields Modifier and Type Field Description CustomerRightsToken.PurchaseLicense
purchase
The purchase license details.
-
Constructor Summary
Constructors Constructor Description PurchaseProfile()
-
-
-
Field Detail
-
purchase
public final CustomerRightsToken.PurchaseLicense purchase
The purchase license details.
-
-