Interface TransferCartTokenEncoder

All Known Implementing Classes:
JWTTransferCartTokenEncoder

public interface TransferCartTokenEncoder
An interface used for encoding transfer cart tokens.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    encode(TransferCartToken transferCartToken)
    Encodes a token from the TransferCartToken and should return the same object with `token` property containing the encoded token string.