countryCode method

AmwalPayBuilder countryCode(
  1. String countryCode
)

Implementation

AmwalPayBuilder countryCode(String countryCode) {
  _countryCode = countryCode;
  return this;
}