Interface ListInvoiceUnitsResponse.Builder

    • Method Detail

      • invoiceUnits

        ListInvoiceUnitsResponse.Builder invoiceUnits​(Collection<InvoiceUnit> invoiceUnits)

        An invoice unit is a set of mutually exclusive accounts that correspond to your business entity.

        Parameters:
        invoiceUnits - An invoice unit is a set of mutually exclusive accounts that correspond to your business entity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • invoiceUnits

        ListInvoiceUnitsResponse.Builder invoiceUnits​(InvoiceUnit... invoiceUnits)

        An invoice unit is a set of mutually exclusive accounts that correspond to your business entity.

        Parameters:
        invoiceUnits - An invoice unit is a set of mutually exclusive accounts that correspond to your business entity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListInvoiceUnitsResponse.Builder nextToken​(String nextToken)

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

        Parameters:
        nextToken - The next token used to indicate where the returned list should start from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.