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