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