ProtectionInfoInput
The parameters for the loan protection.
input ProtectionInfoInput {
copy: Int!
devices: Int!
print: Int!
tts: Boolean!
}
Fields
ProtectionInfoInput.copy ● Int! non-null scalar
The amount of content that can be copied over the lifetime of the loan, in characters.
ProtectionInfoInput.devices ● Int! non-null scalar
The number of devices on which a loan can be accessed.
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