Skip to content

Commit

Permalink
Add support for to Issuing Transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
cjavilla-stripe committed Jun 14, 2019
1 parent 76b1860 commit 0fa7a9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions issuing_transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ type IssuingTransaction struct {
ID string `json:"id"`
Livemode bool `json:"livemode"`
MerchantData *IssuingMerchantData `json:"merchant_data"`
MerchantAmount int64 `json:"merchant_amount"`
MerchantCurrency string `json:"merchant_currency"`
Metadata map[string]string `json:"metadata"`
Object string `json:"object"`
Type IssuingTransactionType `json:"type"`
Expand Down

0 comments on commit 0fa7a9f

Please sign in to comment.