lib/fastly/api/billing_invoices_api.rb in fastly-8.6.0 vs lib/fastly/api/billing_invoices_api.rb in fastly-8.7.0
- old
+ new
@@ -17,19 +17,19 @@
def initialize(api_client = ApiClient.default)
@api_client = api_client
end
# Get invoice by ID.
# Returns invoice associated with the invoice id.
- # @option opts [String] :invoice_id Alphanumeric string identifying the invoice. (required)
+ # @option opts [Integer] :invoice_id (required)
# @return [EomInvoiceResponse]
def get_invoice_by_invoice_id(opts = {})
data, _status_code, _headers = get_invoice_by_invoice_id_with_http_info(opts)
data
end
# Get invoice by ID.
# Returns invoice associated with the invoice id.
- # @option opts [String] :invoice_id Alphanumeric string identifying the invoice. (required)
+ # @option opts [Integer] :invoice_id (required)
# @return [Array<(EomInvoiceResponse, Integer, Hash)>] EomInvoiceResponse data, response status code and response headers
def get_invoice_by_invoice_id_with_http_info(opts = {})
if @api_client.config.debugging
@api_client.config.logger.debug 'Calling API: BillingInvoicesApi.get_invoice_by_invoice_id ...'
end