| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
CardSource |
CalculateSurchargeRequest.getCardSource()
Contains elements from which card number can be obtained.
|
CardSource |
CardSource.withCard(SurchargeCalculationCard value)
An object containing card number and payment product id, which is used to determine surcharge product type
|
CardSource |
CardSource.withEncryptedCustomerInput(String value)
Data that was encrypted client side containing all customer entered data elements like card data.
|
CardSource |
CardSource.withHostedTokenizationId(String value)
An Id of a hosted tokenization session
|
CardSource |
CardSource.withToken(String value)
An identifier that represents card details that have been previously stored
|
| Modifier and Type | Method and Description |
|---|---|
void |
CalculateSurchargeRequest.setCardSource(CardSource value)
Contains elements from which card number can be obtained.
|
CalculateSurchargeRequest |
CalculateSurchargeRequest.withCardSource(CardSource value)
Contains elements from which card number can be obtained.
|
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.