BillingRelationship
Billing relationship which stores the relationship details for given entity (tenant)
This page contains
Fields
| id: ID! | Unique identifier for the billing relationship |
| tenant: String! | Tenant id for which this billing relationship is created |
| relationships: [BillingRelationshipDetail!]! PREVIEW | List of billing relationship details |
| status: BillingRelationshipStatus! PREVIEW | Status of the billing relationship |
| label: String! | Label to identify this billing relationship in human readable format |
| description: String! | Description to describe this billing relationship |
| default: Boolean! | Flag to indicate whether this billing relationship is default for the tenant or not. There can be only 1 default billing relationship per tenant. |
| createdOn: DateTime! | Date in which this billing relationship was created |
| lastModified: DateTime! | Date in which this billing relationship was last modified |
Parent objects of BillingRelationship
| BillingRelationshipConnection PREVIEW | Connection type for BillingRelationship |
Mutations for BillingRelationship
| createBillingRelationship PREVIEW | Create new billing relationship |
| updateBillingRelationship PREVIEW | Update billing relationship |
Queries for BillingRelationship
| billingRelationship PREVIEW | Read specific billing relationship for tenant |
| billingRelationships PREVIEW | Read all billing relationships |
| defaultBillingRelationship PREVIEW | Read default billing relationship for tenant |