Interface PaymentSessionSummary.Builder

  • Method Details

    • paymentSessionId

      PaymentSessionSummary.Builder paymentSessionId(String paymentSessionId)

      The unique identifier for this payment session.

      Parameters:
      paymentSessionId - The unique identifier for this payment session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • paymentManagerArn

      PaymentSessionSummary.Builder paymentManagerArn(String paymentManagerArn)

      The ARN of the payment manager that owns this session.

      Parameters:
      paymentManagerArn - The ARN of the payment manager that owns this session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userId

      The user ID associated with this payment session.

      Parameters:
      userId - The user ID associated with this payment session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • expiryTimeInMinutes

      PaymentSessionSummary.Builder expiryTimeInMinutes(Integer expiryTimeInMinutes)

      The session expiry time in minutes.

      Parameters:
      expiryTimeInMinutes - The session expiry time in minutes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      PaymentSessionSummary.Builder createdAt(Instant createdAt)

      The timestamp when this payment session was created.

      Parameters:
      createdAt - The timestamp when this payment session was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      PaymentSessionSummary.Builder updatedAt(Instant updatedAt)

      The timestamp when this payment session was last updated.

      Parameters:
      updatedAt - The timestamp when this payment session was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.