Interface GiftCardPayment
- All Superinterfaces:
Referenced,Serializable
- All Known Implementing Classes:
GiftCardPaymentImpl
Entity associated with sensitive, secured bank account data. This data is stored specifically in the blSecurePU persistence.
All fetches and creates should go through
SecureOrderPaymentService in order to properly decrypt/encrypt the data
from/to the database.- Author:
- Phillip Verheyden (phillipuniverse)
-
Method Summary
Methods inherited from interface org.broadleafcommerce.core.payment.domain.secure.Referenced
getEncryptionModule, getReferenceNumber, setEncryptionModule, setReferenceNumber
-
Method Details
-
getId
Long getId()- Specified by:
getIdin interfaceReferenced- Returns:
- the id
-
setId
- Specified by:
setIdin interfaceReferenced- Parameters:
id- the id to set
-
getPan
String getPan()- Returns:
- the pan
-
setPan
- Parameters:
pan- the pan to set
-
getPin
String getPin()- Returns:
- the pin
-
setPin
- Parameters:
pin- the pin to set
-