AccessesDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
access array of AccessDto

Example

{
  "access" : [ {
    "code" : "...",
    "subscription" : "...",
    "startDate" : 12345,
    "endDate" : 12345,
    "customFields" : {
      "customField" : [ { }, { } ]
    }
  }, {
    "code" : "...",
    "subscription" : "...",
    "startDate" : 12345,
    "endDate" : 12345,
    "customFields" : {
      "customField" : [ { }, { } ]
    }
  } ]
}