Class CardSource

java.lang.Object
com.onlinepayments.domain.CardSource

public class CardSource extends Object
  • Constructor Details

    • CardSource

      public CardSource()
  • Method Details

    • getCard

      public SurchargeCalculationCard getCard()
      An object containing card number and payment product id, which is used to determine surcharge product type
    • setCard

      public void setCard(SurchargeCalculationCard value)
      An object containing card number and payment product id, which is used to determine surcharge product type
    • withCard

      public CardSource withCard(SurchargeCalculationCard value)
      An object containing card number and payment product id, which is used to determine surcharge product type
    • getEncryptedCustomerInput

      public String getEncryptedCustomerInput()
      Data that was encrypted client side containing all customer entered data elements like card data.
    • setEncryptedCustomerInput

      public void setEncryptedCustomerInput(String value)
      Data that was encrypted client side containing all customer entered data elements like card data.
    • withEncryptedCustomerInput

      public CardSource withEncryptedCustomerInput(String value)
      Data that was encrypted client side containing all customer entered data elements like card data.
    • getHostedTokenizationId

      public String getHostedTokenizationId()
      An Id of a hosted tokenization session
    • setHostedTokenizationId

      public void setHostedTokenizationId(String value)
      An Id of a hosted tokenization session
    • withHostedTokenizationId

      public CardSource withHostedTokenizationId(String value)
      An Id of a hosted tokenization session
    • getToken

      public String getToken()
      An identifier that represents card details that have been previously stored
    • setToken

      public void setToken(String value)
      An identifier that represents card details that have been previously stored
    • withToken

      public CardSource withToken(String value)
      An identifier that represents card details that have been previously stored