io.paymenthighway.sdk.model / PaymentConfig

PaymentConfig

data class PaymentConfig

Payment Highway configuration

Parameters

merchantId - Merchant identifier

accountId - Account identifier

environment - Payment Highway environment

Constructors

<init>

PaymentConfig(merchantId: MerchantId, accountId: AccountId, environment: EnvironmentInterface)

Payment Highway configuration

Properties

accountId

val accountId: AccountId

Account identifier

environment

val environment: EnvironmentInterface

Payment Highway environment

merchantId

val merchantId: MerchantId

Merchant identifier