UrlOrContactUs
If a self-service link is available, url will be non-null. If url is null, notAllowed should be non-null.
type UrlOrContactUs {
  url: URL
  hasUrl: Boolean!
  contactUrl: URL!
  notAllowed: BillingActionNotAllowed
  tooltip: String
  contactUs: ContactUs @deprecated
}
Fields
UrlOrContactUs.url ● URL scalar
UrlOrContactUs.hasUrl ● Boolean! non-null scalar
True if url is a self-service link, false if url is the contact url.
UrlOrContactUs.contactUrl ● URL! non-null scalar
If no self-service link is available, please get in touch with us via this URL.
UrlOrContactUs.notAllowed ● BillingActionNotAllowed enum
UrlOrContactUs.tooltip ● String scalar
When applicable, some help text explaining why a url is or is not available.
UrlOrContactUs.contactUs ● ContactUs deprecated enum
DEPRECATEDUse notAllowed instead.
Member Of
ExternalBillingProviderLinks  object