Update license billing information for a given licenseId.Ask AIput https://api.replicated.com/vendor/v1/license/{license_id}/billingPath Paramslicense_idstringrequiredLicense identifierBody ParamsbeginstringrequiredBegining date formated by year-month-day ex. 2016-02-02.endstringrequiredEnding date formated by year-month-day ex. 2016-02-02.frequencystringrequiredCan be set to Monthly, Quarterly, Annually, One Time, or Other to indicate interval that this billing happens.license_typestringrequiredLicenseType can be set to "dev", "trial", or "prod"revenuestringrequiredAmount of money associated with this billing event.Responses 200UpdateLicenseBillingResponse contains the license 400Returned on bad input 401Return if the caller is not authorized 403Returned if the caller does not have the needed permission 404Returned on resource not foundUpdated 7 months ago