Interface LineItemRequest.Builder

  • Method Details

    • catalogItemId

      LineItemRequest.Builder catalogItemId(String catalogItemId)

      The ID of the catalog item.

      Parameters:
      catalogItemId - The ID of the catalog item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • quantity

      LineItemRequest.Builder quantity(Integer quantity)

      The quantity of a line item request.

      Parameters:
      quantity - The quantity of a line item request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.