Package com.xendit.model
Class UnbindedLinkedAccount
- java.lang.Object
-
- com.xendit.model.UnbindedLinkedAccount
-
public class UnbindedLinkedAccount extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UnbindedLinkedAccount()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UnbindedLinkedAccountunbindLinkedAccountToken(java.lang.String linkedAccountTokenId)Unbind a linked account token
-
-
-
Method Detail
-
unbindLinkedAccountToken
public static UnbindedLinkedAccount unbindLinkedAccountToken(java.lang.String linkedAccountTokenId) throws XenditException
Unbind a linked account token- Parameters:
linkedAccountTokenId- Linked account token id received from Initialize Account Authorization.- Returns:
- UnbindedLinkedAccount
- Throws:
XenditException- XenditException
-
-