ExChangeRateResponse constructor

ExChangeRateResponse({
  1. String? paymentToken,
  2. String? providerCode,
  3. int? expire,
  4. List<FXRate>? fxRates,
  5. String? responseCode,
  6. String? responseDescription,
})

Implementation

ExChangeRateResponse({
  this.paymentToken,
  this.providerCode,
  this.expire,
  this.fxRates,
  this.responseCode,
  this.responseDescription,
});