From 5f82d484feaa6b41371226cb3239a68a14caa8a3 Mon Sep 17 00:00:00 2001 From: Christian Blättler Date: Tue, 19 Dec 2023 17:55:15 +0100 Subject: add kind to token family --- core/api-merchant.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/api-merchant.rst b/core/api-merchant.rst index bee59155..b984819a 100644 --- a/core/api-merchant.rst +++ b/core/api-merchant.rst @@ -3830,6 +3830,9 @@ Inspecting token families // End time of the token family's validity period. valid_before: Timestamp; + + // Kind of the token family. + kind: TokenFamilyKind; } -- cgit v1.2.3