AgePoliciesUpdateInput
Represents the update of age policies for a rate.
input AgePoliciesUpdateInput {
maxAgeInfants: Int
freeInfants: Boolean
maxAgeChildren: Int
freeChildren: Boolean
}
Fields
AgePoliciesUpdateInput.maxAgeInfants
● Int
scalar
Maximum age for a baby, not inclusive.
AgePoliciesUpdateInput.freeInfants
● Boolean
scalar
If true, babies are free of charge.
AgePoliciesUpdateInput.maxAgeChildren
● Int
scalar
Maximum age for a child, not inclusive.
AgePoliciesUpdateInput.freeChildren
● Boolean
scalar
If true, children are free of charge.
Member Of
RateUpdateInput
input