build method
Implementation
CFUPIPayment build() {
if(_session == null) {
throw CFException(CFExceptionConstants.SESSION_NOT_PRESENT);
}
return CFUPIPayment(this);
}
CFUPIPayment build() {
if(_session == null) {
throw CFException(CFExceptionConstants.SESSION_NOT_PRESENT);
}
return CFUPIPayment(this);
}