setSession method
Implementation
CFSubscriptionPaymentBuilder setSession(CFSubscriptionSession session) {
_session = session;
return this;
}
CFSubscriptionPaymentBuilder setSession(CFSubscriptionSession session) {
_session = session;
return this;
}