public class DccCardSource extends Object
| Constructor and Description |
|---|
DccCardSource() |
| Modifier and Type | Method and Description |
|---|---|
CardInfo |
getCard() |
String |
getEncryptedCustomerInput()
Data that was encrypted client-side that contains all customer-entered data elements, such as card data.
|
String |
getHostedTokenizationId()
An Id of a hosted tokenization session
|
String |
getToken()
An identifier that represents card details that have previously been stored
|
void |
setCard(CardInfo value) |
void |
setEncryptedCustomerInput(String value)
Data that was encrypted client-side that contains all customer-entered data elements, such as 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 previously been stored
|
DccCardSource |
withCard(CardInfo value) |
DccCardSource |
withEncryptedCustomerInput(String value)
Data that was encrypted client-side that contains all customer-entered data elements, such as card data.
|
DccCardSource |
withHostedTokenizationId(String value)
An Id of a hosted tokenization session
|
DccCardSource |
withToken(String value)
An identifier that represents card details that have previously been stored
|
public CardInfo getCard()
public void setCard(CardInfo value)
public DccCardSource withCard(CardInfo value)
public String getEncryptedCustomerInput()
public void setEncryptedCustomerInput(String value)
public DccCardSource withEncryptedCustomerInput(String value)
public String getHostedTokenizationId()
public void setHostedTokenizationId(String value)
public DccCardSource withHostedTokenizationId(String value)
public String getToken()
public void setToken(String value)
public DccCardSource withToken(String value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.