Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 697 Bytes

File metadata and controls

26 lines (20 loc) · 697 Bytes

FlatApi::UserDetailsAdminAllOfLicense

Properties

Name Type Description Notes
id String ID of the current license [optional]
expiration_date Time Date when the license expires [optional]
source LicenseSources [optional][default to 'order']
mode LicenseMode [optional]
active Boolean ID of the current license [optional]

Example

require 'flat_api'

instance = FlatApi::UserDetailsAdminAllOfLicense.new(
  id: null,
  expiration_date: null,
  source: null,
  mode: null,
  active: null
)