ExternalTransactionAddress constructor

ExternalTransactionAddress({
  1. String? administrativeArea,
  2. String? regionCode,
})

Implementation

ExternalTransactionAddress({
  this.administrativeArea,
  this.regionCode,
});