CustomerInformationStatusResponse constructor

CustomerInformationStatusResponse(
  1. String? status,
  2. String? moreInfoUrl,
  3. int? eta
)

Implementation

CustomerInformationStatusResponse(this.status, this.moreInfoUrl, this.eta);