setSession method

CFWebCheckoutPaymentBuilder setSession(
  1. CFSession session
)

Implementation

CFWebCheckoutPaymentBuilder setSession(CFSession session) {
  _session = session;
  return this;
}