CardIssuingAccountTermsOfService constructor

const CardIssuingAccountTermsOfService({
  1. int? date,
  2. String? ip,
  3. String? userAgent,
})

CardIssuingAccountTermsOfService

Implementation

const CardIssuingAccountTermsOfService({
  this.date,
  this.ip,
  this.userAgent,
});