build method

CFCardPayment build()

Implementation

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