Package io.moov.sdk.models.operations
Interface SDKMethodInterfaces.MethodCallUpdateAccount
-
- All Known Implementing Classes:
Accounts
- Enclosing class:
- SDKMethodInterfaces
public static interface SDKMethodInterfaces.MethodCallUpdateAccount
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateAccountResponseupdate(java.util.Optional<java.lang.String> xMoovVersion, java.lang.String accountID, PatchAccount patchAccount)
-
-
-
Method Detail
-
update
UpdateAccountResponse update(java.util.Optional<java.lang.String> xMoovVersion, java.lang.String accountID, PatchAccount patchAccount) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-