ExternalAccountCreateOptions constructor

const ExternalAccountCreateOptions({
  1. bool? defaultForCurrency,
  2. List<String>? expand,
  3. required String externalAccount,
  4. Map<String, String>? metadata,
})

Implementation

const ExternalAccountCreateOptions({
  this.defaultForCurrency,
  this.expand,
  required this.externalAccount,
  this.metadata,
});