Skip to content

Commit

Permalink
Merge pull request #895 from stripe/remi-creditnote-voidedat
Browse files Browse the repository at this point in the history
Add support for VoidedAt on CreditNote
  • Loading branch information
remi-stripe authored Jul 17, 2019
2 parents bd34a9b + 314d211 commit 5740daf
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 5740daf

Please sign in to comment.