Package com.onlinepayments.domain
Class TokenResponse
java.lang.Object
com.onlinepayments.domain.TokenResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCard()Object containing card detailsObject containing eWallet detailsgetId()ID of the tokenTemporary tokens have a lifespan of two hours and can only be used once.Payment product identifier - Please see Products documentation for a full overview of possible values.voidObject containing card detailsvoidsetEWallet(TokenEWallet value) Object containing eWallet detailsvoidvoidID of the tokenvoidsetIsTemporary(Boolean value) Temporary tokens have a lifespan of two hours and can only be used once.voidsetPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values.Object containing card detailswithEWallet(TokenEWallet value) Object containing eWallet detailsID of the tokenwithIsTemporary(Boolean value) Temporary tokens have a lifespan of two hours and can only be used once.withPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values.
-
Constructor Details
-
TokenResponse
public TokenResponse()
-
-
Method Details
-
getCard
Object containing card details -
setCard
Object containing card details -
withCard
Object containing card details -
getEWallet
Object containing eWallet details -
setEWallet
Object containing eWallet details -
withEWallet
Object containing eWallet details -
getExternalTokenLinked
-
setExternalTokenLinked
-
withExternalTokenLinked
-
getId
ID of the token -
setId
ID of the token -
withId
ID of the token -
getIsTemporary
Temporary tokens have a lifespan of two hours and can only be used once. -
setIsTemporary
Temporary tokens have a lifespan of two hours and can only be used once. -
withIsTemporary
Temporary tokens have a lifespan of two hours and can only be used once. -
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.
-