Skip to content

Commit

Permalink
Merge pull request #1122 from stripe/remi-issuing-dispute-transaction
Browse files Browse the repository at this point in the history
Add support for `Transaction` on Issuing `Dispute`
  • Loading branch information
remi-stripe authored Jun 11, 2020
2 parents 274a1d1 + 1f4f72e commit 76f1755
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions issuing_dispute.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ type IssuingDispute struct {
ID string `json:"id"`
Livemode bool `json:"livemode"`
Object string `json:"object"`
Transaction *IssuingTransaction `json:"transaction"`
}

// IssuingDisputeList is a list of issuing disputes as retrieved from a list endpoint.
Expand Down

0 comments on commit 76f1755

Please sign in to comment.