Graphql fields and variables for the billingDetails query
Last updated 2 months ago
Was this helpful?
Billing details for an account
Scope required: portal:read
For a complete list of possible response fields see the type.
query billingDetails ($id: ID) { billingDetails (id: $id) { billingCity billingCountry billingState billingStreet billingZip name taxNumber } }
id
ID