public class CreateTokenRequest extends Object
| Constructor and Description |
|---|
CreateTokenRequest() |
| Modifier and Type | Method and Description |
|---|---|
TokenCardSpecificInput |
getCard()
Object containing the token details for a card
|
Integer |
getPaymentProductId()
Payment product identifier - Please see Products documentation for a full overview of possible values.
|
void |
setCard(TokenCardSpecificInput value)
Object containing the token details for a card
|
void |
setPaymentProductId(Integer value)
Payment product identifier - Please see Products documentation for a full overview of possible values.
|
CreateTokenRequest |
withCard(TokenCardSpecificInput value)
Object containing the token details for a card
|
CreateTokenRequest |
withPaymentProductId(Integer value)
Payment product identifier - Please see Products documentation for a full overview of possible values.
|
public TokenCardSpecificInput getCard()
public void setCard(TokenCardSpecificInput value)
public CreateTokenRequest withCard(TokenCardSpecificInput value)
public Integer getPaymentProductId()
public void setPaymentProductId(Integer value)
public CreateTokenRequest withPaymentProductId(Integer value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.