setSession method

Implementation

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