Class ListInvoiceUnitsRequest

    • Method Detail

      • filters

        public final Filters filters()

        An optional input to the list API. If multiple filters are specified, the returned list will be a configuration that match all of the provided filters. Supported filter types are InvoiceReceivers, Names, and Accounts.

        Returns:
        An optional input to the list API. If multiple filters are specified, the returned list will be a configuration that match all of the provided filters. Supported filter types are InvoiceReceivers, Names, and Accounts.
      • nextToken

        public final String nextToken()

        The next token used to indicate where the returned list should start from.

        Returns:
        The next token used to indicate where the returned list should start from.
      • maxResults

        public final Integer maxResults()

        The maximum number of invoice units that can be returned.

        Returns:
        The maximum number of invoice units that can be returned.
      • asOf

        public final Instant asOf()

        The state of an invoice unit at a specified time. You can see legacy invoice units that are currently deleted if the AsOf time is set to before it was deleted. If an AsOf is not provided, the default value is the current time.

        Returns:
        The state of an invoice unit at a specified time. You can see legacy invoice units that are currently deleted if the AsOf time is set to before it was deleted. If an AsOf is not provided, the default value is the current time.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object