setCountry method

AuropayBuilder setCountry(
  1. Country country
)

Implementation

AuropayBuilder setCountry(Country country) {
  this.country = country;
  return this;
}