Skip to content

Commit

Permalink
API Updates (#1459)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe authored May 10, 2022
1 parent 6c6c302 commit e47260b
Show file tree
Hide file tree
Showing 8 changed files with 190 additions and 437 deletions.
2 changes: 1 addition & 1 deletion charge.go
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ type Charge struct {
Object string `json:"object"`
// The account (if any) the charge was made on behalf of without triggering an automatic transfer. See the [Connect documentation](https://stripe.com/docs/connect/charges-transfers) for details.
OnBehalfOf *Account `json:"on_behalf_of"`
// ID of the order this charge is for if one exists.
// Deprecated
Order *Order `json:"order"`
// Details about whether the payment was accepted, and why. See [understanding declines](https://stripe.com/docs/declines) for details.
Outcome *ChargeOutcome `json:"outcome"`
Expand Down
Loading

0 comments on commit e47260b

Please sign in to comment.