Package com.onlinepayments.domain
Class CardSource
java.lang.Object
com.onlinepayments.domain.CardSource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCard()An object containing card number and payment product id, which is used to determine surcharge product typeData that was encrypted client side containing all customer entered data elements like card data.An Id of a hosted tokenization sessiongetToken()An identifier that represents card details that have been previously storedvoidsetCard(SurchargeCalculationCard value) An object containing card number and payment product id, which is used to determine surcharge product typevoidsetEncryptedCustomerInput(String value) Data that was encrypted client side containing all customer entered data elements like card data.voidsetHostedTokenizationId(String value) An Id of a hosted tokenization sessionvoidAn identifier that represents card details that have been previously storedwithCard(SurchargeCalculationCard value) An object containing card number and payment product id, which is used to determine surcharge product typewithEncryptedCustomerInput(String value) Data that was encrypted client side containing all customer entered data elements like card data.withHostedTokenizationId(String value) An Id of a hosted tokenization sessionAn identifier that represents card details that have been previously stored
-
Constructor Details
-
CardSource
public CardSource()
-
-
Method Details
-
getCard
An object containing card number and payment product id, which is used to determine surcharge product type -
setCard
An object containing card number and payment product id, which is used to determine surcharge product type -
withCard
An object containing card number and payment product id, which is used to determine surcharge product type -
getEncryptedCustomerInput
Data that was encrypted client side containing all customer entered data elements like card data. -
setEncryptedCustomerInput
Data that was encrypted client side containing all customer entered data elements like card data. -
withEncryptedCustomerInput
Data that was encrypted client side containing all customer entered data elements like card data. -
getHostedTokenizationId
An Id of a hosted tokenization session -
setHostedTokenizationId
An Id of a hosted tokenization session -
withHostedTokenizationId
An Id of a hosted tokenization session -
getToken
An identifier that represents card details that have been previously stored -
setToken
An identifier that represents card details that have been previously stored -
withToken
An identifier that represents card details that have been previously stored
-