Skip to content

FaxLocationInput

Attributes to change a fax location

Fields

city · String · The city of the fax location
country · String · The country of the fax location
id · ID · The custom identifier of the fax location
line1 · String · The first line of the fax location address
line2 · String · The second line of the fax location address
state · String · The state of the fax location
zip · String · The zip code of the fax location

Used By

Definition

"""
Attributes to change a fax location
"""
input FaxLocationInput {
"""
The city of the fax location
"""
city: String
"""
The country of the fax location
"""
country: String
"""
The custom identifier of the fax location
"""
id: ID
"""
The first line of the fax location address
"""
line1: String
"""
The second line of the fax location address
"""
line2: String
"""
The state of the fax location
"""
state: String
"""
The zip code of the fax location
"""
zip: String
}