Skip to content

Commit

Permalink
Transaction: add transaction source and recurring
Browse files Browse the repository at this point in the history
  • Loading branch information
gee-m committed Sep 10, 2019
1 parent 8a00970 commit 0d97e8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ type Transaction struct {
SubscriptionID string `xml:"subscription-id,omitempty"`
Descriptor *Descriptor `xml:"descriptor,omitempty"`
PaymentInstrumentType string `xml:"payment-instrument-type,omitempty"`
TransactionSource string `xml:"transaction-source,omitempty"`
Recurring bool `xml:"recurring,omitempty"`
}

type Refund struct {
Expand Down

0 comments on commit 0d97e8b

Please sign in to comment.