setMainMethod method
Implementation
PaymentUIRequestBuilder setMainMethod(MainMethod mainMethod) {
_mainMethod = mainMethod;
return this;
}
PaymentUIRequestBuilder setMainMethod(MainMethod mainMethod) {
_mainMethod = mainMethod;
return this;
}