Skip to content

Commit

Permalink
Merge pull request #219 from getlago/getlago/fee_event_transaction_id
Browse files Browse the repository at this point in the history
Misc(fee): add event_transaction_id to fee list input params
  • Loading branch information
annvelents authored Dec 19, 2024
2 parents 6db98d4 + 2460ee8 commit 24f2710
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 24f2710

Please sign in to comment.