ProtectionInfoInput
The parameters for the loan protection.
input ProtectionInfoInput {
devices: Int!
copy: Int!
print: Int!
tts: Boolean!
}
Fields
ProtectionInfoInput.devices
● Int!
non-null scalar
The number of devices on which a loan can be accessed.
ProtectionInfoInput.copy
● Int!
non-null scalar
The amount of content that can be copied over the lifetime of the loan, in characters.
ProtectionInfoInput.print
● Int!
non-null scalar
The amount of content that can be printed over the lifetime of the loan, in characters.
ProtectionInfoInput.tts
● Boolean!
non-null scalar
Allows the text-to-speech functionality.
Member of
LicenseInput
input ● LicenseSetInput
input