Class Provider
java.lang.Object
com.huntertechpay.models.Provider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()booleanbooleanvoidsetCashinServiceCode(String cashinServiceCode) voidsetCashoutServiceCode(String cashoutServiceCode) voidsetCountryCode(String countryCode) voidsetCurrency(String currency) voidsetLogoUrl(String logoUrl) voidvoidsetProviderCode(String providerCode) voidvoidsetSupportsCashin(boolean supportsCashin) voidsetSupportsCashout(boolean supportsCashout)
-
Constructor Details
-
Provider
public Provider()
-
-
Method Details
-
getProviderCode
-
setProviderCode
-
getName
-
setName
-
getCountryCode
-
setCountryCode
-
getCurrency
-
setCurrency
-
getCashinServiceCode
-
setCashinServiceCode
-
getCashoutServiceCode
-
setCashoutServiceCode
-
isSupportsCashin
public boolean isSupportsCashin() -
setSupportsCashin
public void setSupportsCashin(boolean supportsCashin) -
isSupportsCashout
public boolean isSupportsCashout() -
setSupportsCashout
public void setSupportsCashout(boolean supportsCashout) -
getStatus
-
setStatus
-
getLogoUrl
-
setLogoUrl
-