setAuth method

EdfaCardPay setAuth(
  1. bool auth
)

Implementation

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