Contact
Represents the contact information.
type Contact {
method: ContactMethod!
value: String!
}
Fields
Contact.method
● ContactMethod!
non-null enum
The method of contact.
Contact.value
● String!
non-null scalar
The value of the contact method, either an email address or phone number for SMS.
Member Of
AsyncIssuanceContact
object