Ejemplo n.º 1
0
 public void updateSubAccount(SubAccount subAccount, String accountId)
 {
     OneSpanSign.API.SubAccount apiSubAccount = new SubAccountConverter(subAccount).ToAPISubAccount();
     apiClient.updateSubAccount(apiSubAccount, accountId);
 }