IssuingPersonalizationDesignUpdateOptions constructor

const IssuingPersonalizationDesignUpdateOptions({
  1. PersonalizationDesignCarrierText? carrierText,
  2. List<String>? expand,
  3. String? lookupKey,
  4. Map<String, String>? metadata,
  5. String? name,
  6. String? physicalBundle,
  7. PersonalizationDesignPreferences? preferences,
  8. bool? transferLookupKey,
})

Implementation

const IssuingPersonalizationDesignUpdateOptions({
  this.cardLogo,
  this.carrierText,
  this.expand,
  this.lookupKey,
  this.metadata,
  this.name,
  this.physicalBundle,
  this.preferences,
  this.transferLookupKey,
});