Skip to content

Commit

Permalink
Add support for auto_advance on the Invoice resource
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Jul 11, 2018
1 parent 622672c commit 40ba371
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 40ba371

Please sign in to comment.