-
public final class PayerType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPayerType.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringaccountIdprivate final StringaccountNoprivate final StringpayerBankNameprivate final StringvirtualAddressprivate final Stringnameprivate final BooleanisMerchantprivate final BooleanshowMerchantprivate final BooleandefVPAStatusprivate final StringaccountTypeprivate final StringpayerBankCode
-
Method Summary
Modifier and Type Method Description final StringgetAccountId()final StringgetAccountNo()final StringgetPayerBankName()final StringgetVirtualAddress()final StringgetName()final BooleangetIsMerchant()final BooleangetShowMerchant()final BooleangetDefVPAStatus()final StringgetAccountType()final StringgetPayerBankCode()final JSONObjectgetJSONObject(Boolean maskPi)-
-
Method Detail
-
getAccountId
final String getAccountId()
-
getAccountNo
final String getAccountNo()
-
getPayerBankName
final String getPayerBankName()
-
getVirtualAddress
final String getVirtualAddress()
-
getIsMerchant
final Boolean getIsMerchant()
-
getShowMerchant
final Boolean getShowMerchant()
-
getDefVPAStatus
final Boolean getDefVPAStatus()
-
getAccountType
final String getAccountType()
-
getPayerBankCode
final String getPayerBankCode()
-
getJSONObject
final JSONObject getJSONObject(Boolean maskPi)
-
-
-
-