HostConfiguration constructor
const
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,
Implementation
const HostConfiguration({
required this.acceptorId,
required this.accountId,
required this.accountToken,
this.applicationId = '8414',
this.applicationName = 'triPOS Flutter',
this.applicationVersion = '1.0.0',
this.paymentProcessor = PaymentProcessor.worldpay,
this.storeCardId,
this.storeCardPassword,
this.vaultId,
});