Skip to content

Commit

Permalink
Added ARN field to Transaction object
Browse files Browse the repository at this point in the history
  • Loading branch information
petro-marik-cko committed Oct 31, 2024
1 parent 3c97901 commit cb8b3e7
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 @@ -61,6 +61,7 @@ type Transaction struct {
PaymentInstrumentType string `xml:"payment-instrument-type,omitempty"`
TransactionSource string `xml:"transaction-source,omitempty"`
Recurring bool `xml:"recurring,omitempty"`
ARN string `xml:"acquirer-reference-number,omitempty" json:"acquirer_reference_number,omitempty"`
}

type Refund struct {
Expand Down

0 comments on commit cb8b3e7

Please sign in to comment.