WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateAccountRequest constructor

WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateAccountRequest({
  1. String? accountId,
  2. String? profile,
  3. bool? isDefaultAccount,
  4. bool? profileUpdate,
  5. bool? cardOnFilePermission,
  6. bool? accountUpdaterOptOut,
  7. String? accountType,
  8. String? account,
  9. String? bankAba,
  10. String? expiry,
  11. String? name,
  12. String? address,
  13. String? address2,
  14. String? city,
  15. String? region,
  16. String? countryId,
  17. String? phone,
  18. String? postalCode,
  19. String? company,
  20. 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,
});