MailingAddressInput
Specifies the fields accepted to create or update a mailing address.
Show definition# Specifies the fields accepted to create or update a mailing address. input MailingAddressInput { address1: String address2: String city: String company: String country: String firstName: String lastName: String phone: String province: String zip: String }