WebApiModulesPluginsCreditCardAccount class

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

Constructors

WebApiModulesPluginsCreditCardAccount({String? profileId, String? accountId, String? nickname, WebApiModulesPluginsCreditCardProcessCreditCardPaymentCardTypes? cardType, String? expiration, String? last4Digits, bool? cardOnFilePermission, bool? defaultAccount, String? cardholderName, String? address, String? address2, String? city, String? region, String? postalCode, String? country, String? token})
WebApiModulesPluginsCreditCardAccount.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String?
final
address String?
final
address2 String?
final
cardholderName String?
final
cardOnFilePermission bool?
final
cardType WebApiModulesPluginsCreditCardProcessCreditCardPaymentCardTypes?
final
city String?
final
country String?
final
defaultAccount bool?
final
expiration String?
final
hashCode int
The hash code for this object.
no setteroverride
last4Digits String?
final
nickname String?
final
postalCode String?
final
profileId String?
final
region String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String?
final

Methods

copyWith({String? profileId, String? accountId, String? nickname, WebApiModulesPluginsCreditCardProcessCreditCardPaymentCardTypes? cardType, String? expiration, String? last4Digits, bool? cardOnFilePermission, bool? defaultAccount, String? cardholderName, String? address, String? address2, String? city, String? region, String? postalCode, String? country, String? token}) WebApiModulesPluginsCreditCardAccount

Available on WebApiModulesPluginsCreditCardAccount, provided by the $WebApiModulesPluginsCreditCardAccountExtension extension

copyWithWrapped({Wrapped<String?>? profileId, Wrapped<String?>? accountId, Wrapped<String?>? nickname, Wrapped<WebApiModulesPluginsCreditCardProcessCreditCardPaymentCardTypes?>? cardType, Wrapped<String?>? expiration, Wrapped<String?>? last4Digits, Wrapped<bool?>? cardOnFilePermission, Wrapped<bool?>? defaultAccount, Wrapped<String?>? cardholderName, Wrapped<String?>? address, Wrapped<String?>? address2, Wrapped<String?>? city, Wrapped<String?>? region, Wrapped<String?>? postalCode, Wrapped<String?>? country, Wrapped<String?>? token}) WebApiModulesPluginsCreditCardAccount

Available on WebApiModulesPluginsCreditCardAccount, provided by the $WebApiModulesPluginsCreditCardAccountExtension 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

Constants

fromJsonFactory → const WebApiModulesPluginsCreditCardAccount Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(WebApiModulesPluginsCreditCardAccount instance)