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