Package com.onlinepayments.domain
Class CreateTokenRequest
java.lang.Object
com.onlinepayments.domain.CreateTokenRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCard()Object containing the token details for a cardPayment product identifier - Please see Products documentation for a full overview of possible values.voidsetCard(TokenCardSpecificInput value) Object containing the token details for a cardvoidsetPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values.withCard(TokenCardSpecificInput value) Object containing the token details for a cardwithPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values.
-
Constructor Details
-
CreateTokenRequest
public CreateTokenRequest()
-
-
Method Details
-
getCard
Object containing the token details for a card -
setCard
Object containing the token details for a card -
withCard
Object containing the token details for a card -
getPaymentProductId
Payment product identifier - Please see Products documentation for a full overview of possible values. -
setPaymentProductId
Payment product identifier - Please see Products documentation for a full overview of possible values. -
withPaymentProductId
Payment product identifier - Please see Products documentation for a full overview of possible values.
-