WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateAccountRequest constructor
WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateAccountRequest({
- String? accountId,
- String? profile,
- bool? isDefaultAccount,
- bool? profileUpdate,
- bool? cardOnFilePermission,
- bool? accountUpdaterOptOut,
- String? accountType,
- String? account,
- String? bankAba,
- String? expiry,
- String? name,
- String? address,
- String? address2,
- String? city,
- String? region,
- String? countryId,
- String? phone,
- String? postalCode,
- String? company,
- String? email,
Implementation
WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateAccountRequest({
this.accountId,
this.profile,
this.isDefaultAccount,
this.profileUpdate,
this.cardOnFilePermission,
this.accountUpdaterOptOut,
this.accountType,
this.account,
this.bankAba,
this.expiry,
this.name,
this.address,
this.address2,
this.city,
this.region,
this.countryId,
this.phone,
this.postalCode,
this.company,
this.email,
});