Private/Types/enums/RDMOApplyLicenseResult.generated.psm1
enum RDMOApplyLicenseResult { InvalidLicense = 0 Success = 1 AlreadyUsed = 2 Expired = 3 Error = 4 TrialNotValid = 5 MaximumReached = 6 } |
enum RDMOApplyLicenseResult { InvalidLicense = 0 Success = 1 AlreadyUsed = 2 Expired = 3 Error = 4 TrialNotValid = 5 MaximumReached = 6 } |