setMainMethod method

PaymentUIRequestBuilder setMainMethod(
  1. MainMethod mainMethod
)

Implementation

PaymentUIRequestBuilder setMainMethod(MainMethod mainMethod) {
  _mainMethod = mainMethod;

  return this;
}