CardUpdateOptions constructor
const
CardUpdateOptions({
- String? accountHolderName,
- IssuingCardholderType? accountHolderType,
- String? addressCity,
- String? addressCountry,
- String? addressLine1,
- String? addressLine2,
- String? addressState,
- String? addressZip,
- String? expMonth,
- String? expYear,
- List<
String> ? expand, - Map<
String, String> ? metadata, - String? name,
- 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,
});