Skip to content

Commit

Permalink
feat(dunning): Add payment_overdue to invoice
Browse files Browse the repository at this point in the history
  • Loading branch information
rsempe committed Jun 10, 2024
1 parent 0b29a3a commit 3aff5d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions invoice.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ type Invoice struct {
IssuingDate string `json:"issuing_date,omitempty"`
PaymentDisputeLostAt time.Time `json:"payment_dispute_lost_at,omitempty"`
PaymentDueDate string `json:"payment_due_date,omitempty"`
PaymentOverdue bool `json:"payment_overdue,omitempty"`

InvoiceType InvoiceType `json:"invoice_type,omitempty"`
Status InvoiceStatus `json:"status,omitempty"`
Expand Down

0 comments on commit 3aff5d4

Please sign in to comment.