Skip to content

Commit

Permalink
Undo addition of Fees
Browse files Browse the repository at this point in the history
  • Loading branch information
tmitchel2 committed Oct 9, 2023
1 parent 988d4e3 commit 2164b5f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions MangoPay.SDK/Entities/GET/CardPreAuthorizationDTO.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ public class CardPreAuthorizationDTO : EntityBase
/// (amount received on wallet).</summary>
public Money DebitedFunds { get; set; }

/// <summary>Fees.</summary>
public Money Fees { get; set; }

/// <summary>Status of the PreAuthorization.</summary>
[JsonConverter(typeof(StringEnumConverter))]
public PreAuthorizationStatus Status { get; set; }
Expand Down

0 comments on commit 2164b5f

Please sign in to comment.