Package com.onlinepayments.domain
Class CardInfo
java.lang.Object
com.onlinepayments.domain.CardInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe complete credit/debit card number (also know as the PAN) The card number is always obfuscated in any of our responsesPayment product identifier - Please see Products documentation for a full overview of possible values.voidsetCardNumber(String value) The complete credit/debit card number (also know as the PAN) The card number is always obfuscated in any of our responsesvoidsetPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values.withCardNumber(String value) The complete credit/debit card number (also know as the PAN) The card number is always obfuscated in any of our responseswithPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values.
-
Constructor Details
-
CardInfo
public CardInfo()
-
-
Method Details
-
getCardNumber
The complete credit/debit card number (also know as the PAN) The card number is always obfuscated in any of our responses -
setCardNumber
The complete credit/debit card number (also know as the PAN) The card number is always obfuscated in any of our responses -
withCardNumber
The complete credit/debit card number (also know as the PAN) The card number is always obfuscated in any of our responses -
getPaymentProductId
Payment product identifier - Please see Products documentation for a full overview of possible values. -
setPaymentProductId
Payment product identifier - Please see Products documentation for a full overview of possible values. -
withPaymentProductId
Payment product identifier - Please see Products documentation for a full overview of possible values.
-