Skip to content

Commit

Permalink
add settlement earnings destination field to create member request (#127
Browse files Browse the repository at this point in the history
)
  • Loading branch information
tuncaserhat authored Aug 16, 2023
1 parent d8603de commit 91d3ad0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Craftgate/Request/CreateMemberRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public class CreateMemberRequest
public string TaxOffice { get; set; }
public string TaxNumber { get; set; }
public string Iban { get; set; }
public SettlementEarningsDestination? SettlementEarningsDestination { get; set; }
[Obsolete("deprecated since version 1.0.45. use CreateWalletRequest.NegativeAmountLimit instead.")]
public decimal? NegativeWalletAmountLimit { get; set; }

Expand Down

0 comments on commit 91d3ad0

Please sign in to comment.