Skip to content

Commit

Permalink
Transaction: add network-transaction-id
Browse files Browse the repository at this point in the history
  • Loading branch information
gee-m committed Sep 10, 2019
1 parent f18776d commit dd32241
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ type Transaction struct {
ProcessorResponseText string `xml:"processor-response-text,omitempty"`
ProcessorAuthorizationCode string `xml:"processor-authorization-code,omitempty"`
SettlementBatchId string `xml:"settlement-batch-id,omitempty"`
NetworkTransactionID string `xml:"network-transaction-id,omitempty"`

SubscriptionID string `xml:"subscription-id,omitempty"`
Descriptor *Descriptor `xml:"descriptor,omitempty"`
Expand Down

0 comments on commit dd32241

Please sign in to comment.