Values.CheckoutLicenseRequestSourceChecks out the specified license. If the account that created the license is the same that is performing the check out, you must specify the account as the beneficiary.
type nonrec t = {productSKU : String_.t;Product SKU.
*)checkoutType : CheckoutType.t;Checkout type.
*)keyFingerprint : String_.t;Key fingerprint identifying the license.
*)entitlements : EntitlementDataList.t;License entitlements.
*)clientToken : ClientToken.t;Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
*)beneficiary : String_.t option;License beneficiary.
*)nodeId : String_.t option;Node ID.
*)}val make :
?beneficiary:??? ->
?nodeId:??? ->
productSKU:String_.t ->
checkoutType:CheckoutType.t ->
keyFingerprint:String_.t ->
entitlements:EntitlementDataList.t ->
clientToken:ClientToken.t ->
unit ->
t