Interface PurchaseOrder.Builder

  • Method Details

    • chargeId

      PurchaseOrder.Builder chargeId(String chargeId)

      The unique identifier of the charge to associate the purchase order with.

      Parameters:
      chargeId - The unique identifier of the charge to associate the purchase order with.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • chargeRevision

      PurchaseOrder.Builder chargeRevision(Long chargeRevision)

      The revision of the charge.

      Parameters:
      chargeRevision - The revision of the charge.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • agreementId

      PurchaseOrder.Builder agreementId(String agreementId)

      The unique identifier of the agreement associated with this charge.

      Parameters:
      agreementId - The unique identifier of the agreement associated with this charge.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • purchaseOrderReference

      PurchaseOrder.Builder purchaseOrderReference(String purchaseOrderReference)

      The purchase order reference to associate with the charge.

      Parameters:
      purchaseOrderReference - The purchase order reference to associate with the charge.
      Returns:
      Returns a reference to this object so that method calls can be chained together.