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