setOrderId method

CFSessionBuilder setOrderId(
  1. String orderId
)

Sets the order ID for the payment session.

Implementation

CFSessionBuilder setOrderId(String orderId) {
  _orderId = orderId;
  return this;
}