ExportInvoicesRequest: {
    billingPeriodStartAfter?: Date;
    billingPeriodStartBefore?: Date;
    fileType?: ExportInvoicesRequestFileType;
    invoiceType?: Billing.v2beta1.InvoiceType;
    orderBy?: ExportInvoicesRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
}

Type declaration

  • OptionalbillingPeriodStartAfter?: Date

    Return only invoice with start date greater than billing_period_start.

  • OptionalbillingPeriodStartBefore?: Date

    Return only invoice with start date less than billing_period_start.

  • OptionalfileType?: ExportInvoicesRequestFileType

    File format for exporting the invoice list.

  • OptionalinvoiceType?: Billing.v2beta1.InvoiceType

    Invoice type. It can either be periodic or purchase.

  • OptionalorderBy?: ExportInvoicesRequestOrderBy

    How invoices are ordered in the response.

  • OptionalorganizationId?: string

    Organization ID. If specified, only invoices from this Organization will be returned.

  • Optionalpage?: number

    Page number.

  • OptionalpageSize?: number

    Positive integer lower or equal to 100 to select the number of items to return.