Interface InvoiceUnitRule.Builder

  • Method Details

    • linkedAccounts

      InvoiceUnitRule.Builder linkedAccounts(Collection<String> linkedAccounts)

      The list of LINKED_ACCOUNT IDs where charges are included within the invoice unit.

      Parameters:
      linkedAccounts - The list of LINKED_ACCOUNT IDs where charges are included within the invoice unit.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • linkedAccounts

      InvoiceUnitRule.Builder linkedAccounts(String... linkedAccounts)

      The list of LINKED_ACCOUNT IDs where charges are included within the invoice unit.

      Parameters:
      linkedAccounts - The list of LINKED_ACCOUNT IDs where charges are included within the invoice unit.
      Returns:
      Returns a reference to this object so that method calls can be chained together.