Skip to content

Commit

Permalink
Add support for VoidedAt on CreditNote
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Jul 17, 2019
1 parent bd34a9b commit 314d211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions creditnote.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ type CreditNote struct {
Refund *Refund `json:"refund"`
Status CreditNoteStatus `json:"status"`
Type CreditNoteType `json:"type"`
VoidedAt int64 `json:"voided_at"`
}

// CreditNoteList is a list of credit notes as retrieved from a list endpoint.
Expand Down

0 comments on commit 314d211

Please sign in to comment.