Skip to content

Commit

Permalink
Merge pull request #624 from stripe/remi-add-invoice-auto-advance
Browse files Browse the repository at this point in the history
Add support for auto_advance on the Invoice resource
  • Loading branch information
brandur-stripe authored Jul 11, 2018
2 parents 622672c + 40ba371 commit ab82f89
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 @@ -106,6 +106,7 @@ type Invoice struct {
ApplicationFee int64 `json:"application_fee"`
AttemptCount int64 `json:"attempt_count"`
Attempted bool `json:"attempted"`
AutoAdvance bool `json:"auto_advance"`
Billing InvoiceBilling `json:"billing"`
BillingReason InvoiceBillingReason `json:"billing_reason"`
Charge *Charge `json:"charge"`
Expand Down

0 comments on commit ab82f89

Please sign in to comment.