INPUT_OBJECT
BillingServiceMutationInput
Details for a billing service on a Linked billing default.
link GraphQL Schema definition
- input BillingServiceMutationInput {
- # The ID of a Service.
- Int64Bit! :
- # Overriding the service name will alter the service name printed on an invoice.
- String :
- # The price per unit of this item.
- Int64Bit! :
- # The amount of the service that will be invoiced to the anchor account. Cannot
- # exceed price provided.
- Int64Bit :
- }
link Require by
- CreateBillingDefaultLinkedInputThe input object that defines the fields for the createBillingDefault mutation.
- CreateBillingDefaultMutationInputThe input object that defines the fields for the createBillingDefault mutation.
- UpdateBillingDefaultLinkedInputThe input object that defines the fields for the updateBillingDefault mutation.
- UpdateBillingDefaultMutationInputThe input object that defines the fields for the updateBillingDefault mutation.