Skip to content

Commit

Permalink
add settlement earnings destination field to create member request (#132
Browse files Browse the repository at this point in the history
)
  • Loading branch information
tuncaserhat authored Aug 16, 2023
1 parent 54a670e commit b30969c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public class CreateMemberRequest {
private String taxOffice;
private String taxNumber;
private String iban;
private SettlementEarningsDestination settlementEarningsDestination;
/**
* @deprecated use @{@link CreateWalletRequest#setNegativeAmountLimit(BigDecimal)} instead.
*/
Expand Down

0 comments on commit b30969c

Please sign in to comment.