Skip to content

Commit

Permalink
Merge pull request #494 from stripe/remi-add-payout-automatic
Browse files Browse the repository at this point in the history
Add support for automatic on Payout
  • Loading branch information
brandur-stripe authored Dec 5, 2017
2 parents a705fb2 + 8e45113 commit 9273abd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions payout.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ type PayoutListParams struct {
type Payout struct {
Amount int64 `json:"amount"`
ArrivalDate int64 `json:"arrival_date"`
Automatic bool `json:"automatic"`
BalanceTransaction *Transaction `json:"balance_transaction"`
Bank *BankAccount `json:"bank_account"`
Card *Card `json:"card"`
Expand Down

0 comments on commit 9273abd

Please sign in to comment.