public class SubscriptionPlanInfo extends Object
NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
| Constructor and Description |
|---|
SubscriptionPlanInfo() |
| Modifier and Type | Method and Description |
|---|---|
BillingAddressInfo |
getAddress() |
Integer |
getBillingPeriod() |
String |
getCurrencyCode() |
String |
getCvv() |
Date |
getExpirationDate() |
String |
getFirstNameOnCard() |
String |
getLastNameOnCard() |
String |
getName() |
String |
getNextAssesmentDate() |
String |
getNumber() |
Double |
getPrice() |
Integer |
getProductId() |
String |
getPromoCode() |
Integer |
getUserCount() |
void |
setAddress(BillingAddressInfo address) |
void |
setBillingPeriod(Integer billingPeriod) |
void |
setCurrencyCode(String currencyCode) |
void |
setCvv(String cvv) |
void |
setExpirationDate(Date expirationDate) |
void |
setFirstNameOnCard(String firstNameOnCard) |
void |
setLastNameOnCard(String lastNameOnCard) |
void |
setName(String name) |
void |
setNextAssesmentDate(String nextAssesmentDate) |
void |
setNumber(String number) |
void |
setPrice(Double price) |
void |
setProductId(Integer productId) |
void |
setPromoCode(String promoCode) |
void |
setUserCount(Integer userCount) |
String |
toString() |
public Integer getProductId()
public void setProductId(Integer productId)
public String getName()
public void setName(String name)
public Integer getUserCount()
public void setUserCount(Integer userCount)
public String getFirstNameOnCard()
public void setFirstNameOnCard(String firstNameOnCard)
public String getLastNameOnCard()
public void setLastNameOnCard(String lastNameOnCard)
public String getNumber()
public void setNumber(String number)
public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
public String getCvv()
public void setCvv(String cvv)
public BillingAddressInfo getAddress()
public void setAddress(BillingAddressInfo address)
public Double getPrice()
public void setPrice(Double price)
public String getCurrencyCode()
public void setCurrencyCode(String currencyCode)
public Integer getBillingPeriod()
public void setBillingPeriod(Integer billingPeriod)
public String getPromoCode()
public void setPromoCode(String promoCode)
public String getNextAssesmentDate()
public void setNextAssesmentDate(String nextAssesmentDate)
Copyright © 2015 GroupDocs. All Rights Reserved.