Interface GiftCardPayment

All Superinterfaces:
Referenced, Serializable
All Known Implementing Classes:
GiftCardPaymentImpl

public interface GiftCardPayment extends Referenced
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 Details

    • getId

      Long getId()
      Specified by:
      getId in interface Referenced
      Returns:
      the id
    • setId

      void setId(Long id)
      Specified by:
      setId in interface Referenced
      Parameters:
      id - the id to set
    • getPan

      String getPan()
      Returns:
      the pan
    • setPan

      void setPan(String pan)
      Parameters:
      pan - the pan to set
    • getPin

      String getPin()
      Returns:
      the pin
    • setPin

      void setPin(String pin)
      Parameters:
      pin - the pin to set