PassportVisaPutInput (Input)
Data for creating a visa, must be used in context of some contact
input PassportVisaPutInput {
externalId: String
country: CountryCode
isSchengen: Boolean
countryOfIssue: CountryCode
dateOfIssue: Date
dateOfExpiry: Date
note: String
isMultiEntry: Boolean
maxNoOfEntries: Int
noOfEntries: Int
file: Upload
type: PassportVisaTypeNid
}