TerminalSettingsData class abstract

TerminalSettingsData

Properties:

  • companyId - The unique identifier of the company account.
  • merchantId - The unique identifier of the merchant account.
  • storeId - The unique identifier of the store.
  • terminalId - The unique identifier of the terminal.
  • updateSource - Indicates whether the terminal settings were updated using the Customer Area or the Management API.
  • user - The user that updated the terminal settings. Can be Adyen or your API credential username.
Annotations
  • @BuiltValue.new()

Constructors

TerminalSettingsData([void updates(TerminalSettingsDataBuilder b)])
factory

Properties

companyId String?
The unique identifier of the company account.
no setter
hashCode int
The hash code for this object.
no setterinherited
merchantId String?
The unique identifier of the merchant account.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storeId String?
The unique identifier of the store.
no setter
terminalId String?
The unique identifier of the terminal.
no setter
updateSource TerminalSettingsDataUpdateSourceEnum
Indicates whether the terminal settings were updated using the Customer Area or the Management API.
no setter
user String
The user that updated the terminal settings. Can be Adyen or your API credential username.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(TerminalSettingsDataBuilder)) TerminalSettingsData
Rebuilds the instance.
inherited
toBuilder() TerminalSettingsDataBuilder
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<TerminalSettingsData>
no setter