INPUT_OBJECT
LPCOInput
Represents Licenses, Permits, Certificates or Other (LPCO) issued by PGA and other government entities
link GraphQL Schema definition
- input LPCOInput {
- # Identifies the number assigned to the LPCO
- : String
- # Indicates the reason for exemption from LPCO. See Appendix PGA for valid codes
- : LPCOExemptionCode
- # Identifies the quantity from the LPCO. Four decimal places are implied.
- : Float
- # Identifies the date of the LPCO in MMDDCCYY (month, day, century, year) format.
- # This date is either an expiration date, effective date, date issued or signed,
- # or date application received.
- : Date
- # Identifies the location of the issuer of the LPCO.
- : CountryCode
- # Identifies the entity that issued the LPCO.
- : String
- # Identifies the foreign country location of the foreign government issuer of the
- # LPCO.
- : CountryCode
- # Free form regional description of the location within a country, of the agency
- # issuing the LPCO.
- : String
- }