ExternalAccountUpdateOptions constructor
const
ExternalAccountUpdateOptions({
- String? accountHolderName,
- ExternalAccountAccountHolderType? accountHolderType,
- ExternalAccountAccountType? accountType,
- String? addressCity,
- String? addressCountry,
- String? addressLine1,
- String? addressLine2,
- String? addressState,
- String? addressZip,
- bool? defaultForCurrency,
- ExternalAccountDocuments? documents,
- String? expMonth,
- String? expYear,
- List<
String> ? expand, - Map<
String, String> ? metadata, - String? name,
Implementation
const ExternalAccountUpdateOptions({
this.accountHolderName,
this.accountHolderType,
this.accountType,
this.addressCity,
this.addressCountry,
this.addressLine1,
this.addressLine2,
this.addressState,
this.addressZip,
this.defaultForCurrency,
this.documents,
this.expMonth,
this.expYear,
this.expand,
this.metadata,
this.name,
});