Class DeleteAccountClient
- java.lang.Object
-
- com.merge.api.resources.hris.deleteaccount.DeleteAccountClient
-
public class DeleteAccountClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description DeleteAccountClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()Delete a linked account.voiddelete(RequestOptions requestOptions)Delete a linked account.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
DeleteAccountClient
public DeleteAccountClient(ClientOptions clientOptions)
-
-
Method Detail
-
delete
public void delete()
Delete a linked account.
-
delete
public void delete(RequestOptions requestOptions)
Delete a linked account.
-
-