public interface TransferCartTokenDecoder
| Modifier and Type | Method and Description |
|---|---|
TransferCartToken |
decode(String encodedTokenString)
Decoded an encoded transfer cart token string into a
TransferCartToken. |
TransferCartToken decode(String encodedTokenString) throws TransferCartTokenParseException
TransferCartToken.encodedTokenString - the encoded transfer cart token stringTransferCartTokenParseException - when there is an issue with the parsing of the
encoded tokenCopyright © 2021. All rights reserved.