ApplicationInfo class abstract

ApplicationInfo

Properties:

  • adyenLibrary - Adyen-developed software, such as libraries and plugins, used to interact with the Adyen API. For example, Magento plugin, Java API library, etc.
  • adyenPaymentSource - Adyen-developed software to get payment details. For example, Checkout SDK, Secured Fields SDK, etc.
  • externalPlatform - Third-party developed platform used to initiate payment requests. For example, Magento, Zuora, etc.
  • merchantApplication - Merchant developed software, such as cashier application, used to interact with the Adyen API.
  • merchantDevice - Merchant device information.
  • shopperInteractionDevice - Shopper interaction device, such as terminal, mobile device or web browser, to initiate payment requests.
Annotations
  • @BuiltValue.new()

Constructors

ApplicationInfo([void updates(ApplicationInfoBuilder b)])
factory

Properties

adyenLibrary CommonField?
Adyen-developed software, such as libraries and plugins, used to interact with the Adyen API. For example, Magento plugin, Java API library, etc.
no setter
adyenPaymentSource CommonField?
Adyen-developed software to get payment details. For example, Checkout SDK, Secured Fields SDK, etc.
no setter
externalPlatform ExternalPlatform?
Third-party developed platform used to initiate payment requests. For example, Magento, Zuora, etc.
no setter
hashCode int
The hash code for this object.
no setterinherited
merchantApplication CommonField?
Merchant developed software, such as cashier application, used to interact with the Adyen API.
no setter
merchantDevice MerchantDevice?
Merchant device information.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shopperInteractionDevice ShopperInteractionDevice?
Shopper interaction device, such as terminal, mobile device or web browser, to initiate payment requests.
no setter

Methods

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