setOrderId method
Sets the order ID for the payment session.
Implementation
CFSessionBuilder setOrderId(String orderId) {
_orderId = orderId;
return this;
}
Sets the order ID for the payment session.
CFSessionBuilder setOrderId(String orderId) {
_orderId = orderId;
return this;
}