public class SurchargeCalculationCard extends Object
| Constructor and Description |
|---|
SurchargeCalculationCard() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCardNumber()
The complete credit/debit card number (also know as the PAN)
The card number is always obfuscated in any of our responses
|
Integer |
getPaymentProductId()
Payment product identifier - Please see Products documentation for a full overview of possible values.
|
void |
setCardNumber(String value)
The complete credit/debit card number (also know as the PAN)
The card number is always obfuscated in any of our responses
|
void |
setPaymentProductId(Integer value)
Payment product identifier - Please see Products documentation for a full overview of possible values.
|
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 |
withPaymentProductId(Integer value)
Payment product identifier - Please see Products documentation for a full overview of possible values.
|
public String getCardNumber()
public void setCardNumber(String value)
public SurchargeCalculationCard withCardNumber(String value)
public Integer getPaymentProductId()
public void setPaymentProductId(Integer value)
public SurchargeCalculationCard withPaymentProductId(Integer value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.