build method

CFUPIPayment build()

Implementation

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