Skip to content

Commit

Permalink
Add invoice's pdf and hosted url
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Jun 6, 2018
1 parent 1dfa4f0 commit 18d322d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions invoice.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ type Invoice struct {
DueDate int64 `json:"due_date"`
EndingBalance int64 `json:"ending_balance"`
Forgiven bool `json:"forgiven"`
HostedInvoiceURL string `json:"hosted_invoice_url"`
InvoicePDF string `json:"invoice_pdf"`
ID string `json:"id"`
Lines *InvoiceLineList `json:"lines"`
Livemode bool `json:"livemode"`
Expand Down

0 comments on commit 18d322d

Please sign in to comment.