setTheme method

Implementation

CFSubscriptionPaymentBuilder setTheme(CFTheme cfTheme) {
  _cfTheme = cfTheme;
  return this;
}