Uses of Class
com.adyen.model.nexo.TokenRequestedType
-
Packages that use TokenRequestedType Package Description com.adyen.model.nexo -
-
Uses of TokenRequestedType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as TokenRequestedType Modifier and Type Field Description protected TokenRequestedTypeLoginRequest. tokenRequestedTypeThe Token requested.protected TokenRequestedTypePaymentToken. tokenRequestedTypeThe Token requested.protected TokenRequestedTypeSaleData. tokenRequestedTypeThe Token requested.Methods in com.adyen.model.nexo that return TokenRequestedType Modifier and Type Method Description static TokenRequestedTypeTokenRequestedType. fromValue(String v)From value token requested type.TokenRequestedTypeLoginRequest. getTokenRequestedType()Gets the value of the tokenRequestedType property.TokenRequestedTypePaymentToken. getTokenRequestedType()Gets the value of the tokenRequestedType property.TokenRequestedTypeSaleData. getTokenRequestedType()Gets the value of the tokenRequestedType property.static TokenRequestedTypeTokenRequestedType. valueOf(String name)Returns the enum constant of this type with the specified name.static TokenRequestedType[]TokenRequestedType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.nexo with parameters of type TokenRequestedType Modifier and Type Method Description voidLoginRequest. setTokenRequestedType(TokenRequestedType value)Sets the value of the tokenRequestedType property.voidPaymentToken. setTokenRequestedType(TokenRequestedType value)Sets the value of the tokenRequestedType property.voidSaleData. setTokenRequestedType(TokenRequestedType value)Sets the value of the tokenRequestedType property.
-