Configuration class abstract

Configuration

Properties:

  • brand - Payment method, like eftpos_australia or mc. See the possible values.
  • commercial - Set to true to apply surcharges only to commercial/business cards.
  • country - The country/region of the card issuer. If used, the surcharge settings only apply to the card issued in that country/region.
  • currencies - Currency and percentage or amount of the surcharge.
  • sources - Funding source. Possible values: * Credit * Debit
Annotations
  • @BuiltValue.new()

Constructors

Configuration([void updates(ConfigurationBuilder b)])
factory

Properties

brand String
Payment method, like eftpos_australia or mc. See the possible values.
no setter
commercial bool?
Set to true to apply surcharges only to commercial/business cards.
no setter
country → BuiltList<String>?
The country/region of the card issuer. If used, the surcharge settings only apply to the card issued in that country/region.
no setter
currencies → BuiltList<Currency>
Currency and percentage or amount of the surcharge.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sources → BuiltList<String>?
Funding source. Possible values: * Credit * Debit
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ConfigurationBuilder)) Configuration
Rebuilds the instance.
inherited
toBuilder() ConfigurationBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<Configuration>
no setter