UIBanToBankAccountDetailResponse constructor

UIBanToBankAccountDetailResponse({
  1. String? depositNumber,
  2. String? iBanType,
  3. String? bankCode,
  4. String? bankName,
  5. String? ownerName,
  6. bool isCached = false,
  7. DateTime? cachedAt,
  8. DateTime? cacheExpiresAt,
})

Implementation

UIBanToBankAccountDetailResponse({
  this.depositNumber,
  this.iBanType,
  this.bankCode,
  this.bankName,
  this.ownerName,
  this.isCached = false,
  this.cachedAt,
  this.cacheExpiresAt,
});