CardUpdateOptions constructor

const CardUpdateOptions({
  1. String? accountHolderName,
  2. IssuingCardholderType? accountHolderType,
  3. String? addressCity,
  4. String? addressCountry,
  5. String? addressLine1,
  6. String? addressLine2,
  7. String? addressState,
  8. String? addressZip,
  9. String? expMonth,
  10. String? expYear,
  11. List<String>? expand,
  12. Map<String, String>? metadata,
  13. String? name,
  14. CardOwner? owner,
})

Implementation

const CardUpdateOptions({
  this.accountHolderName,
  this.accountHolderType,
  this.addressCity,
  this.addressCountry,
  this.addressLine1,
  this.addressLine2,
  this.addressState,
  this.addressZip,
  this.expMonth,
  this.expYear,
  this.expand,
  this.metadata,
  this.name,
  this.owner,
});