setPaymentSessionId method
Sets the payment session ID obtained from the Cashfree Orders API.
Implementation
CFSessionBuilder setPaymentSessionId(String paymentSessionId) {
_paymentSessionId = paymentSessionId;
return this;
}
Sets the payment session ID obtained from the Cashfree Orders API.
CFSessionBuilder setPaymentSessionId(String paymentSessionId) {
_paymentSessionId = paymentSessionId;
return this;
}