build method

Implementation

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