data class PaymentConfig
Payment Highway configuration
merchantId - Merchant identifier
accountId - Account identifier
environment - Payment Highway environment
PaymentConfig(merchantId: MerchantId, accountId: AccountId, environment: EnvironmentInterface)
Payment Highway configuration |
val accountId: AccountId
Account identifier |
|
val environment: EnvironmentInterface
Payment Highway environment |
|
val merchantId: MerchantId
Merchant identifier |