java.lang.Objectcom.globalcharge.android.products.Product
com.globalcharge.android.products.PremiumSMSProduct
com.globalcharge.android.products.MTBillingProduct
public class MTBillingProduct
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 java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MTBillingProduct()
Method Detail |
---|
public int getBillableMTMessageCount()
public void setBillableMTMessageCount(int billableMTMessageCount)
public java.lang.String getIntialMTShortCode()
public void setIntialMTShortCode(java.lang.String intialMTShortCode)
public java.lang.String getRecurringMTShortCode()
public void setRecurringMTShortCode(java.lang.String recurringMTShortCode)