IssuingCardholderUpdateOptions constructor

const IssuingCardholderUpdateOptions({
  1. CardholderBilling? billing,
  2. CardholderCompany? company,
  3. String? email,
  4. List<String>? expand,
  5. CardholderIndividual? individual,
  6. Map<String, String>? metadata,
  7. String? phoneNumber,
  8. List<IssuingCardholderPreferredLocalesItem>? preferredLocales,
  9. CardholderSpendingControls? spendingControls,
  10. BillingMeterStatus? status,
})

Implementation

const IssuingCardholderUpdateOptions({
  this.billing,
  this.company,
  this.email,
  this.expand,
  this.individual,
  this.metadata,
  this.phoneNumber,
  this.preferredLocales,
  this.spendingControls,
  this.status,
});