com.globalcharge.android.products
Class MTBillingProduct

java.lang.Object
  extended by com.globalcharge.android.products.Product
      extended by com.globalcharge.android.products.PremiumSMSProduct
          extended by com.globalcharge.android.products.MTBillingProduct

public class MTBillingProduct
extends PremiumSMSProduct


Nested Class Summary
 
Nested classes/interfaces inherited from class com.globalcharge.android.products.Product
Product.DefaultCustomerServiceContact, Product.OperatorBillingType, Product.PrivacyAndSecurityType, Product.ProductType, Product.TermsAndConditionsType
 
Constructor Summary
MTBillingProduct()
           
 
Method Summary
 int getBillableMTMessageCount()
           
 java.lang.String getIntialMTShortCode()
           
 java.lang.String getRecurringMTShortCode()
           
 void setBillableMTMessageCount(int billableMTMessageCount)
           
 void setIntialMTShortCode(java.lang.String intialMTShortCode)
           
 void setRecurringMTShortCode(java.lang.String recurringMTShortCode)
           
 
Methods inherited from class com.globalcharge.android.products.PremiumSMSProduct
getKeyWord, getShortCode, setKeyWord, setShortCode
 
Methods inherited from class com.globalcharge.android.products.Product
getCurrency, getCustomerServiceContactAddress, getCustomerServiceContactEmail, getCustomerServiceContactPhone, getCustomerServiceContactWebsite, getDefaultCustomerServiceContact, getDoubleOptInMtMessagePattern, getDoubleOptInReplyMessage, getInitialPricePoint, getIntervalInWords, getIntervalMs, getOperatorBillingType, getOperatorLogoUrl, getOperatorName, getPrivacyAndSecurityType, getPrivacyAndSecurityUrl, getProductId, getProductName, getProductType, getRecurringPricePoint, getStopKeyword, getStopShortcode, getSubscriptionLengthMs, getTermsAndConditionsType, getTermsAndConditionsUrl, getUnits, getUnitsDescription, isEnableDblOptInAutoReply, isHttpRedirectRequired, isPromptDisableWifi, isShowExtraConfirmDialog, isShowMessageDataRatesApply, isShowPriceSelectionWarning, isShowStopMessage, isSubscription, setCurrency, setCustomerServiceContactAddress, setCustomerServiceContactEmail, setCustomerServiceContactPhone, setCustomerServiceContactWebsite, setDefaultCustomerServiceContact, setDoubleOptInMtMessagePattern, setDoubleOptInReplyMessage, setEnableDblOptInAutoReply, setHttpRedirectRequired, setInitialPricePoint, setIntervalInWords, setIntervalMs, setIsSubscription, setOperatorBillingType, setOperatorLogoUrl, setOperatorName, setPrivacyAndSecurityType, setPrivacyAndSecurityUrl, setProductId, setProductName, setProductType, setPromptDisableWifi, setRecurringPricePoint, setShowExtraConfirmDialog, setShowMessageDataRatesApply, setShowPriceSelectionWarning, setShowStopMessage, setStopKeyword, setStopShortcode, setSubscription, setSubscriptionLengthMs, setTermsAndConditionsType, setTermsAndConditionsUrl, setUnits, setUnitsDescription
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MTBillingProduct

public MTBillingProduct()
Method Detail

getBillableMTMessageCount

public int getBillableMTMessageCount()

setBillableMTMessageCount

public void setBillableMTMessageCount(int billableMTMessageCount)

getIntialMTShortCode

public java.lang.String getIntialMTShortCode()

setIntialMTShortCode

public void setIntialMTShortCode(java.lang.String intialMTShortCode)

getRecurringMTShortCode

public java.lang.String getRecurringMTShortCode()

setRecurringMTShortCode

public void setRecurringMTShortCode(java.lang.String recurringMTShortCode)