WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateAccountResponse class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

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})
WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateAccountResponse.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String?
final
accountUpdaterOptOut bool?
final
address String?
final
address2 String?
final
cardholderName String?
final
cardOnFilePermission bool?
final
cardType WebApiModulesPluginsCreditCardProcessCreditCardPaymentCardTypes?
final
city String?
final
company String?
final
country String?
final
defaultAccount bool?
final
email String?
final
expiry String?
final
gsaCard bool?
final
hashCode int
The hash code for this object.
no setteroverride
phone String?
final
postal String?
final
profileId String?
final
region String?
final
responseCode String?
final
responseStatus String?
final
responseText String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateProfileResponseStatusCodes?
final
statusText String?
final
success bool?
final
token String?
final

Methods

copyWith({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}) WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateAccountResponse

Available on WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateAccountResponse, provided by the $WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateAccountResponseExtension extension

copyWithWrapped({Wrapped<bool?>? success, Wrapped<WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateProfileResponseStatusCodes?>? status, Wrapped<String?>? statusText, Wrapped<String?>? profileId, Wrapped<String?>? accountId, Wrapped<String?>? responseStatus, Wrapped<String?>? token, Wrapped<String?>? responseCode, Wrapped<String?>? responseText, Wrapped<WebApiModulesPluginsCreditCardProcessCreditCardPaymentCardTypes?>? cardType, Wrapped<String?>? expiry, Wrapped<String?>? cardholderName, Wrapped<String?>? address, Wrapped<String?>? address2, Wrapped<String?>? city, Wrapped<String?>? region, Wrapped<String?>? country, Wrapped<String?>? phone, Wrapped<String?>? postal, Wrapped<String?>? email, Wrapped<String?>? company, Wrapped<bool?>? defaultAccount, Wrapped<bool?>? gsaCard, Wrapped<bool?>? accountUpdaterOptOut, Wrapped<bool?>? cardOnFilePermission}) WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateAccountResponse

Available on WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateAccountResponse, provided by the $WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateAccountResponseExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override