WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateAccountRequest class

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

Constructors

WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateAccountRequest({String? accountId, String? profile, bool? isDefaultAccount, bool? profileUpdate, bool? cardOnFilePermission, bool? accountUpdaterOptOut, String? accountType, String? account, String? bankAba, String? expiry, String? name, String? address, String? address2, String? city, String? region, String? countryId, String? phone, String? postalCode, String? company, String? email})
WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateAccountRequest.fromJson(Map<String, dynamic> json)
factory

Properties

account String?
final
accountId String?
final
accountType String?
final
accountUpdaterOptOut bool?
final
address String?
final
address2 String?
final
bankAba String?
final
cardOnFilePermission bool?
final
city String?
final
company String?
final
countryId String?
final
email String?
final
expiry String?
final
hashCode int
The hash code for this object.
no setteroverride
isDefaultAccount bool?
final
name String?
final
phone String?
final
postalCode String?
final
profile String?
final
profileUpdate bool?
final
region String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? accountId, String? profile, bool? isDefaultAccount, bool? profileUpdate, bool? cardOnFilePermission, bool? accountUpdaterOptOut, String? accountType, String? account, String? bankAba, String? expiry, String? name, String? address, String? address2, String? city, String? region, String? countryId, String? phone, String? postalCode, String? company, String? email}) WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateAccountRequest

Available on WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateAccountRequest, provided by the $WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateAccountRequestExtension extension

copyWithWrapped({Wrapped<String?>? accountId, Wrapped<String?>? profile, Wrapped<bool?>? isDefaultAccount, Wrapped<bool?>? profileUpdate, Wrapped<bool?>? cardOnFilePermission, Wrapped<bool?>? accountUpdaterOptOut, Wrapped<String?>? accountType, Wrapped<String?>? account, Wrapped<String?>? bankAba, Wrapped<String?>? expiry, Wrapped<String?>? name, Wrapped<String?>? address, Wrapped<String?>? address2, Wrapped<String?>? city, Wrapped<String?>? region, Wrapped<String?>? countryId, Wrapped<String?>? phone, Wrapped<String?>? postalCode, Wrapped<String?>? company, Wrapped<String?>? email}) WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateAccountRequest

Available on WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateAccountRequest, provided by the $WebApiModulesPluginsCreditCardCreditCardPluginCreateOrUpdateAccountRequestExtension 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