public class CardEssentials extends Object
| Constructor and Description |
|---|
CardEssentials() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBin()
The first digits of the credit card number from left to right with a minimum of 6 digits.
|
String |
getCardNumber()
The complete credit/debit card number
|
String |
getCountryCode()
ISO 3166-1 alpha-2 country code
|
String |
getExpiryDate()
Expiry date of the card
Format: MMYY
|
void |
setBin(String value)
The first digits of the credit card number from left to right with a minimum of 6 digits.
|
void |
setCardNumber(String value)
The complete credit/debit card number
|
void |
setCountryCode(String value)
ISO 3166-1 alpha-2 country code
|
void |
setExpiryDate(String value)
Expiry date of the card
Format: MMYY
|
CardEssentials |
withBin(String value)
The first digits of the credit card number from left to right with a minimum of 6 digits.
|
CardEssentials |
withCardNumber(String value)
The complete credit/debit card number
|
CardEssentials |
withCountryCode(String value)
ISO 3166-1 alpha-2 country code
|
CardEssentials |
withExpiryDate(String value)
Expiry date of the card
Format: MMYY
|
public String getBin()
public void setBin(String value)
public CardEssentials withBin(String value)
public String getCardNumber()
public void setCardNumber(String value)
public CardEssentials withCardNumber(String value)
public String getCountryCode()
public void setCountryCode(String value)
public CardEssentials withCountryCode(String value)
public String getExpiryDate()
public void setExpiryDate(String value)
public CardEssentials withExpiryDate(String value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.