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