Skip to content

Commit

Permalink
Bump version to 2.18.7
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-blockchyp committed Aug 23, 2024
1 parent bda5bac commit fd211de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions models.go
Original file line number Diff line number Diff line change
Expand Up @@ -1275,6 +1275,11 @@ type AuthorizationRequest struct {
// asyncronously. Use with caution and in conjunction with the transaction
// status API.
AsyncReversals bool `json:"asyncReversals,omitempty"`

// PassthroughSurcharge is a passthrough surcharge amount. This surcharge
// amount will be passed directly to the gateway and is not directly
// calculated.
PassthroughSurcharge string `json:"passthroughSurcharge,omitempty"`
}

// BalanceRequest contains a request for the remaining balance on a payment
Expand Down

0 comments on commit fd211de

Please sign in to comment.