From 4619901a3721d47875a7a5470c64e5eaffc536d9 Mon Sep 17 00:00:00 2001 From: Mira Weller Date: Tue, 25 Feb 2025 14:16:32 +0100 Subject: [PATCH] docs: update fee_type options --- doc/api/resources/orders.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/api/resources/orders.rst b/doc/api/resources/orders.rst index 160b864d03..de6da4fd4d 100644 --- a/doc/api/resources/orders.rst +++ b/doc/api/resources/orders.rst @@ -75,8 +75,9 @@ positions list of objects List of order p fees list of objects List of fees included in the order total. By default, only non-canceled fees are included. ├ id integer Internal ID of the fee record -├ fee_type string Type of fee (currently ``payment``, ``passbook``, - ``other``) +├ fee_type string Type of fee (currently ``payment``, ``shipping``, + ``service``, ``cancellation``, ``insurance``, ``late``, + ``other``, ``giftcard``) ├ value money (string) Fee amount ├ description string Human-readable string with more details (can be empty) ├ internal_type string Internal string (i.e. ID of the payment provider),