SendBillingDataXmlInput
No description
input SendBillingDataXmlInput {
clientId: ClientID!
month: Date!
}
Fields
SendBillingDataXmlInput.clientId ● ClientID! non-null scalar
Unique identifier of the client
SendBillingDataXmlInput.month ● Date! non-null scalar
Date used as a reference to determine the month, for which the billing data xml should be generated
Member Of
experimental__sendBillingDataXml mutation