public class CardSource extends Object
| Constructor and Description |
|---|
CardSource() |
| Modifier and Type | Method and Description |
|---|---|
SurchargeCalculationCard |
getCard()
An object containing card number and payment product id, which is used to determine surcharge product type
|
String |
getEncryptedCustomerInput()
Data that was encrypted client side containing all customer entered data elements like card data.
|
String |
getHostedTokenizationId()
An Id of a hosted tokenization session
|
String |
getToken()
An identifier that represents card details that have been previously stored
|
void |
setCard(SurchargeCalculationCard value)
An object containing card number and payment product id, which is used to determine surcharge product type
|
void |
setEncryptedCustomerInput(String value)
Data that was encrypted client side containing all customer entered data elements like card data.
|
void |
setHostedTokenizationId(String value)
An Id of a hosted tokenization session
|
void |
setToken(String value)
An identifier that represents card details that have been previously stored
|
CardSource |
withCard(SurchargeCalculationCard value)
An object containing card number and payment product id, which is used to determine surcharge product type
|
CardSource |
withEncryptedCustomerInput(String value)
Data that was encrypted client side containing all customer entered data elements like card data.
|
CardSource |
withHostedTokenizationId(String value)
An Id of a hosted tokenization session
|
CardSource |
withToken(String value)
An identifier that represents card details that have been previously stored
|
public SurchargeCalculationCard getCard()
public void setCard(SurchargeCalculationCard value)
public CardSource withCard(SurchargeCalculationCard value)
public String getEncryptedCustomerInput()
public void setEncryptedCustomerInput(String value)
public CardSource withEncryptedCustomerInput(String value)
public String getHostedTokenizationId()
public void setHostedTokenizationId(String value)
public CardSource withHostedTokenizationId(String value)
public String getToken()
public void setToken(String value)
public CardSource withToken(String value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.