WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateAccountResponse constructor
WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateAccountResponse({
- bool? success,
- WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateProfileResponseStatusCodes? status,
- String? statusText,
- String? profileId,
- String? accountId,
- String? responseStatus,
- String? token,
- String? responseCode,
- String? responseText,
- WebApiModulesPluginsCreditCardProcessCreditCardPaymentCardTypes? cardType,
- String? expiry,
- String? cardholderName,
- String? address,
- String? address2,
- String? city,
- String? region,
- String? country,
- String? phone,
- String? postal,
- String? email,
- String? company,
- bool? defaultAccount,
- bool? gsaCard,
- bool? accountUpdaterOptOut,
- 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,
});