Skip to content

Commit

Permalink
Merge pull request #276 from blockchyp/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
devops-blockchyp committed Aug 19, 2024
1 parent 481596d commit 2ff6d55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1350,6 +1350,10 @@ pub struct AuthorizationRequest {
/// and in conjunction with the transaction status API.
#[serde(rename = "asyncReversals", default)]
pub async_reversals: bool,
/// A passthrough surcharge amount. This surcharge amount will be passed directly to the
/// gateway and is not directly calculated.
#[serde(rename = "passthroughSurcharge", default)]
pub passthrough_surcharge: String,

}

Expand Down

0 comments on commit 2ff6d55

Please sign in to comment.