Mx Account Owners

Created Diff never expires
3 removals
77 lines
3 additions
77 lines
"""
"""
MX Account Owner data.
Mx Account Owners data.
"""
"""
type MxAccountOwner {
type RemoteDataMxAccountOwner {
"""
"""
The unique identifier for the account associated with the account owner. Defined by MX.
The unique identifier for the account associated with the account owner. Defined by MX.
"""
"""
accountGuid: String
accountGuid: String


"""
"""
The account owner's street address.
The account owner's street address.
"""
"""
address: String
address: String


"""
"""
The account owner's city.
The account owner's city.
"""
"""
city: String
city: String


"""
"""
The account owner's country.
The account owner's country.
"""
"""
country: String
country: String


"""
"""
The account owner's email address.
The account owner's email address.
"""
"""
email: String
email: String


"""
"""
The account owner's first name. This may also include a middle name. This
The account owner's first name. This may also include a middle name. This
field will be null unless name splitting has been enabled. Contact MX to have
field will be null unless name splitting has been enabled. Contact MX to have
this feature enabled.
this feature enabled.
"""
"""
firstName: String
firstName: String


"""
"""
The unique identifier for the account owner. Defined by MX.
The unique identifier for the account owner. Defined by MX.
"""
"""
guid: String
guid: String


"""
"""
The account owner's last name. This field will be null unless name splitting
The account owner's last name. This field will be null unless name splitting
has been enabled. Contact MX to have this feature enabled.
has been enabled. Contact MX to have this feature enabled.
"""
"""
lastName: String
lastName: String


"""
"""
The unique identifier for the member associated with the account owner. Defined by MX.
The unique identifier for the member associated with the account owner. Defined by MX.
"""
"""
memberGuid: String
memberGuid: String


"""
"""
The account owner's name.
The account owner's name.
"""
"""
ownerName: String
ownerName: String


"""
"""
The account owner's phone number.
The account owner's phone number.
"""
"""
phone: String
phone: String


"""
"""
The account owner's postal code.
The account owner's postal code.
"""
"""
postalCode: String
postalCode: String


"""
"""
The account owner's state.
The account owner's state.
"""
"""
state: String
state: String


"""
"""
The unique identifier for the user associated with the account owner. Defined by MX.
The unique identifier for the user associated with the account owner. Defined by MX.
"""
"""
userGuid: String
userGuid: String
}
}