WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateAccountResponse constructor

WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateAccountResponse({
  1. bool? success,
  2. WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateProfileResponseStatusCodes? status,
  3. String? statusText,
  4. String? profileId,
  5. String? accountId,
  6. String? responseStatus,
  7. String? token,
  8. String? responseCode,
  9. String? responseText,
  10. WebApiModulesPluginsCreditCardProcessCreditCardPaymentCardTypes? cardType,
  11. String? expiry,
  12. String? cardholderName,
  13. String? address,
  14. String? address2,
  15. String? city,
  16. String? region,
  17. String? country,
  18. String? phone,
  19. String? postal,
  20. String? email,
  21. String? company,
  22. bool? defaultAccount,
  23. bool? gsaCard,
  24. bool? accountUpdaterOptOut,
  25. bool? cardOnFilePermission,
})

Implementation

WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateAccountResponse({
  this.success,
  this.status,
  this.statusText,
  this.profileId,
  this.accountId,
  this.responseStatus,
  this.token,
  this.responseCode,
  this.responseText,
  this.cardType,
  this.expiry,
  this.cardholderName,
  this.address,
  this.address2,
  this.city,
  this.region,
  this.country,
  this.phone,
  this.postal,
  this.email,
  this.company,
  this.defaultAccount,
  this.gsaCard,
  this.accountUpdaterOptOut,
  this.cardOnFilePermission,
});