HostConfiguration class
Host configuration with credentials and processor settings
Constructors
- HostConfiguration({required String acceptorId, required String accountId, required String accountToken, String applicationId = '8414', String applicationName = 'triPOS Flutter', String applicationVersion = '1.0.0', PaymentProcessor paymentProcessor = PaymentProcessor.worldpay, String? storeCardId, String? storeCardPassword, String? vaultId})
-
const
Properties
- acceptorId → String
-
Acceptor ID from Worldpay
final
- accountId → String
-
Account ID from Worldpay
final
- accountToken → String
-
Account token for authentication
final
- applicationId → String
-
Application ID
final
- applicationName → String
-
Application name
final
- applicationVersion → String
-
Application version
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- paymentProcessor → PaymentProcessor
-
Payment processor
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storeCardId → String?
-
Store card ID (optional)
final
- storeCardPassword → String?
-
Store card password (optional)
final
- vaultId → String?
-
Vault ID (optional)
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited