Skip to content

Commit

Permalink
add event_transaction_id to fee list input params
Browse files Browse the repository at this point in the history
  • Loading branch information
annvelents committed Dec 18, 2024
1 parent 6db98d4 commit 2460ee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fee.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`

Expand Down

0 comments on commit 2460ee8

Please sign in to comment.