countryCode method
- String? countryCode
Implementation
AmwalPayBuilder countryCode(String? countryCode) {
_countryCode = countryCode;
return this;
}
AmwalPayBuilder countryCode(String? countryCode) {
_countryCode = countryCode;
return this;
}