| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
SurchargeCalculationCard |
CardSource.getCard()
An object containing card number and payment product id, which is used to determine surcharge product type
|
SurchargeCalculationCard |
SurchargeCalculationCard.withCardNumber(String value)
The complete credit/debit card number (also know as the PAN)
The card number is always obfuscated in any of our responses
|
SurchargeCalculationCard |
SurchargeCalculationCard.withPaymentProductId(Integer value)
Payment product identifier - Please see Products documentation for a full overview of possible values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CardSource.setCard(SurchargeCalculationCard value)
An object containing card number and payment product id, which is used to determine surcharge product type
|
CardSource |
CardSource.withCard(SurchargeCalculationCard value)
An object containing card number and payment product id, which is used to determine surcharge product type
|
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.