Package com.onlinepayments.domain
Class ExternalTokenLinked
java.lang.Object
com.onlinepayments.domain.ExternalTokenLinked
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe computed tokenThe generated tokenDeprecated.Use the field ComputedToken instead.voidsetComputedToken(String value) The computed tokenvoidsetGeneratedToken(String value) The generated tokenvoidsetGTSComputedToken(String value) Deprecated.Use the field ComputedToken instead.withComputedToken(String value) The computed tokenwithGeneratedToken(String value) The generated tokenwithGTSComputedToken(String value) Deprecated.Use the field ComputedToken instead.
-
Constructor Details
-
ExternalTokenLinked
public ExternalTokenLinked()
-
-
Method Details
-
getComputedToken
The computed token -
setComputedToken
The computed token -
withComputedToken
The computed token -
getGTSComputedToken
Deprecated.Use the field ComputedToken instead.Deprecated: Use the field ComputedToken instead. -
setGTSComputedToken
Deprecated.Use the field ComputedToken instead.Deprecated: Use the field ComputedToken instead. -
withGTSComputedToken
Deprecated.Use the field ComputedToken instead.Deprecated: Use the field ComputedToken instead. -
getGeneratedToken
The generated token -
setGeneratedToken
The generated token -
withGeneratedToken
The generated token
-