-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum PhonePeData
-
-
Field Summary
Fields Modifier and Type Field Description private PayUPhonePeCallbackpayUPhonePeCallbackprivate ViewpayUCustomDialogViewprivate StringwebServiceUrlprivate StringpostUrl
-
Enum Constant Summary
Enum Constants Enum Constant Description SINGLETON
-
Method Summary
Modifier and Type Method Description static Array<PhonePeData>values()static PhonePeDatavalueOf(String name)PayUPhonePeCallbackgetPayUPhonePeCallback()Getter of PayU CustomBrowser Callback voidsetPayUPhonePeCallback(PayUPhonePeCallback payUPhonePeCallback)Setter of PayU PhonePe Callback ViewgetPayUCustomDialogView()voidsetPayUCustomDialogView(View payUCustomDialogView)StringgetWebServiceUrl()voidsetWebServiceUrl(String webServiceUrl)StringgetPostUrl()voidsetPostUrl(String postUrl)-
-
Method Detail
-
values
static Array<PhonePeData> values()
-
valueOf
static PhonePeData valueOf(String name)
-
getPayUPhonePeCallback
PayUPhonePeCallback getPayUPhonePeCallback()
Getter of PayU CustomBrowser Callback
-
setPayUPhonePeCallback
void setPayUPhonePeCallback(PayUPhonePeCallback payUPhonePeCallback)
Setter of PayU PhonePe Callback
- Parameters:
payUPhonePeCallback- PayUPhonePeCallback
-
getPayUCustomDialogView
View getPayUCustomDialogView()
-
setPayUCustomDialogView
void setPayUCustomDialogView(View payUCustomDialogView)
-
getWebServiceUrl
String getWebServiceUrl()
-
setWebServiceUrl
void setWebServiceUrl(String webServiceUrl)
-
getPostUrl
String getPostUrl()
-
setPostUrl
void setPostUrl(String postUrl)
-
-
-
-