public interface TransferCartTokenEncoder
Modifier and Type | Method and Description |
---|---|
TransferCartToken |
encode(TransferCartToken transferCartToken)
Encodes a token from the
TransferCartToken and should return the same object with
`token` property containing the encoded token string. |
TransferCartToken encode(TransferCartToken transferCartToken) throws TransferCartTokenEncoderException
TransferCartToken
and should return the same object with
`token` property containing the encoded token string.transferCartToken
- the transfer cart token without an encoded token stringTransferCartTokenEncoderException
- when it fails to encode the tokenCopyright © 2021. All rights reserved.