Uses of Class
dev.vality.damsel.proxy_provider.RecurrentTokenInfo
| Package | Description |
|---|---|
| dev.vality.damsel.proxy_provider |
-
Uses of RecurrentTokenInfo in dev.vality.damsel.proxy_provider
Fields in dev.vality.damsel.proxy_provider declared as RecurrentTokenInfo Modifier and Type Field Description RecurrentTokenInfoRecurrentTokenContext. token_infoMethods in dev.vality.damsel.proxy_provider that return RecurrentTokenInfo Modifier and Type Method Description RecurrentTokenInfoRecurrentTokenInfo. deepCopy()RecurrentTokenInfoRecurrentTokenContext. getTokenInfo()RecurrentTokenInfoRecurrentTokenInfo. setPaymentTool(RecurrentPaymentTool payment_tool)RecurrentTokenInfoRecurrentTokenInfo. setShop(Shop shop)RecurrentTokenInfoRecurrentTokenInfo. setTrx(TransactionInfo trx)Methods in dev.vality.damsel.proxy_provider with parameters of type RecurrentTokenInfo Modifier and Type Method Description intRecurrentTokenInfo. compareTo(RecurrentTokenInfo other)booleanRecurrentTokenInfo. equals(RecurrentTokenInfo that)RecurrentTokenContextRecurrentTokenContext. setTokenInfo(RecurrentTokenInfo token_info)Constructors in dev.vality.damsel.proxy_provider with parameters of type RecurrentTokenInfo Constructor Description RecurrentTokenContext(RecurrentTokenSession session, RecurrentTokenInfo token_info)RecurrentTokenInfo(RecurrentTokenInfo other)Performs a deep copy on other.