DigitalWalletConstants class

Constants for digital wallet payment configuration.

This class provides configuration constants and JSON strings for Apple Pay and Google Pay integration within the Amwal SDK. It handles merchant identification, payment capabilities, and supported networks for both payment providers.

Features

  • Apple Pay Configuration: Complete setup for Apple Pay integration
  • Google Pay Configuration: Complete setup for Google Pay integration
  • Dynamic Merchant ID: Configurable merchant identifier
  • Multi-Network Support: Support for various card networks
  • Localized Settings: Country and currency code configuration

Usage

These constants are used internally by the SDK to configure digital wallet payment providers. The configurations include all necessary parameters for payment processing.

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

applePayConfigString String
Apple Pay configuration JSON string.
no setter
merchantIdentifier String
Gets the merchant identifier for Apple Pay configuration.
no setter

Constants

googlePayConfigString → const String
Google Pay configuration JSON string.