BlinkCardAnonymizationSettings class
Holds the settings which control card anonymization.
- Annotations
- 
    - @JsonSerializable.new()
 
Constructors
- BlinkCardAnonymizationSettings()
- 
          BlinkCardAnonymizationSettings.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- cardNumberAnonymizationSettings ↔ CardNumberAnonymizationSettings?
- 
  Defines the parameters of card number anonymization.
  getter/setter pair
- cardNumberPrefixAnonymizationMode ↔ BlinkCardAnonymizationMode
- 
  Defines the mode of card number prefix anonymization.
  getter/setter pair
- cvvAnonymizationMode ↔ BlinkCardAnonymizationMode
- 
  Defines the mode of CVV anonymization.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- ibanAnonymizationMode ↔ BlinkCardAnonymizationMode
- 
  Defines the mode of IBAN anonymization.
  getter/setter pair
- ownerAnonymizationMode ↔ BlinkCardAnonymizationMode
- 
  Defines the mode of owner anonymization.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  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.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited