interface Service {
    createdAt?: Date;
    deliveredAt?: Date;
    expiresAt?: Date;
    id: number;
    offer?: Dedibox.v1.Offer;
    provisioningStatus: ServiceProvisioningStatus;
    resourceId?: number;
    terminatedAt?: Date;
    type: ServiceType;
}

Properties

createdAt?: Date

Creation date of the service.

deliveredAt?: Date

Delivery date of the service.

expiresAt?: Date

Expiration date of the service.

id: number

ID of the service.

offer?: Dedibox.v1.Offer

Offer of the service.

provisioningStatus: ServiceProvisioningStatus

Provisioning status of the service.

resourceId?: number

Resource ID of the service.

terminatedAt?: Date

Terminatation date of the service.

Service type, either order or service.