Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 701 Bytes

AddOn.md

File metadata and controls

39 lines (21 loc) · 701 Bytes

AddOn

Properties

Name Type Description Notes
name String Name of addon
type TypeEnum Type of addon
id String Id of addon
createdAt OffsetDateTime Created Time of addon
status StatusEnum status of addon

Enum: TypeEnum

Name Value
ONE_TIME "ONE_TIME"
RECURRING "RECURRING"

Enum: StatusEnum

Name Value
ACTIVE "ACTIVE"
ARCHIVED "ARCHIVED"

Implemented Interfaces

  • Serializable