Uses of Class
com.adyen.model.tapi.PaymentToken
-
Packages that use PaymentToken Package Description com.adyen.model.tapi -
-
Uses of PaymentToken in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return PaymentToken Modifier and Type Method Description PaymentTokenPaymentToken. expiryDateTime(OffsetDateTime expiryDateTime)Expiry date and time.static PaymentTokenPaymentToken. fromJson(String jsonString)Create an instance of PaymentToken given an JSON stringPaymentTokenCardData. getPaymentToken()Get paymentTokenPaymentTokenPaymentToken. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.PaymentTokenPaymentToken. tokenRequestedType(TokenRequestedType tokenRequestedType)tokenRequestedTypePaymentTokenPaymentToken. tokenValue(String tokenValue)Payment token replacing the PAN of the payment card to identify the payment mean of the customer.Methods in com.adyen.model.tapi with parameters of type PaymentToken Modifier and Type Method Description CardDataCardData. paymentToken(PaymentToken paymentToken)paymentTokenvoidCardData. setPaymentToken(PaymentToken paymentToken)paymentToken
-