public class CardInfo extends Object
| Constructor and Description |
|---|
CardInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCardNumber()
The complete credit/debit card number
|
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
|
void |
setPaymentProductId(Integer value)
Payment product identifier - Please see Products documentation for a full overview of possible values.
|
CardInfo |
withCardNumber(String value)
The complete credit/debit card number
|
CardInfo |
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 Integer getPaymentProductId()
public void setPaymentProductId(Integer value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.