Package com.xendit
Class Xendit.Option
- java.lang.Object
-
- com.xendit.Xendit.Option
-
- Enclosing class:
- Xendit
public static class Xendit.Option extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Option()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetApiKey()java.lang.StringgetXenditURL()Xendit.OptionsetApiKey(java.lang.String secretKey)
-
-
-
Method Detail
-
getApiKey
public java.lang.String getApiKey()
-
setApiKey
public Xendit.Option setApiKey(java.lang.String secretKey)
-
getXenditURL
public java.lang.String getXenditURL()
-
-