setAuth method

EdfaPayWithCard setAuth(
  1. bool auth
)

Implementation

EdfaPayWithCard setAuth(bool auth) {
  _authSale = auth;
  return this;
}