| Package | Description |
|---|---|
| cl.transbank.common | |
| cl.transbank.patpass.model | |
| cl.transbank.webpay.common |
| Modifier and Type | Method and Description |
|---|---|
static IntegrationType |
IntegrationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntegrationType[] |
IntegrationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
IntegrationTypeHelper.getPatpassIntegrationType(IntegrationType integrationType)
Returns the Patpass integration type based on the provided integration type.
|
static String |
IntegrationTypeHelper.getWebpayIntegrationType(IntegrationType integrationType)
Returns the Webpay integration type based on the provided integration type.
|
| Constructor and Description |
|---|
PatpassOptions(String commerceCode,
String apiKey,
IntegrationType integrationType)
Constructs a new PatpassOptions with the specified commerce code, API key, and integration type.
|
| Constructor and Description |
|---|
WebpayOptions(String commerceCode,
String apiKey,
IntegrationType integrationType)
Constructs a new WebpayOptions with the specified commerce code, API key, and integration type.
|
Copyright © 2018–2024. All rights reserved.