From 2460ee858a7c9f6cf30b5bfaec37ec0cdd53a106 Mon Sep 17 00:00:00 2001 From: Anna Velentsevich Date: Wed, 18 Dec 2024 12:23:16 +0100 Subject: [PATCH] add event_transaction_id to fee list input params --- fee.go | 1 + 1 file changed, 1 insertion(+) diff --git a/fee.go b/fee.go index e060e84..7c98af5 100644 --- a/fee.go +++ b/fee.go @@ -59,6 +59,7 @@ type FeeListInput struct { FeeType FeeType `json:"fee_type,omitempty"` PaymentStatus FeePaymentStatus `json:"payment_status,omitempty"` + EventTransactionID string `json:"event_transaction_id,omitempty"` ExternalSubscriptionID string `json:"external_subscription_id,omitempty"` ExternalCustomerID string `json:"external_customer_id,omitempty"`