Skip to main content

GQLOrderProduct

No description

type GQLOrderProduct {
id: String
name: String
description: String
active: Boolean
value: Float
required: Boolean
once: Boolean
hidden: Boolean
unlimited: Boolean
onlyNewConnection: Boolean
period: String
rateProfile: String
bandwidth: Int
deviceLimit: Int
originalValue: Float
extraInfo: String
voucherUses: Int
voucherName: String
createdAt: String
updatedAt: String
}

Fields#

id (String)#

name (String)#

description (String)#

active (Boolean)#

value (Float)#

required (Boolean)#

once (Boolean)#

hidden (Boolean)#

unlimited (Boolean)#

onlyNewConnection (Boolean)#

period (String)#

rateProfile (String)#

bandwidth (Int)#

deviceLimit (Int)#

originalValue (Float)#

extraInfo (String)#

voucherUses (Int)#

voucherName (String)#

createdAt (String)#

updatedAt (String)#