public class MyPlanOutputModel.Plan
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
MyPlanOutputModel.Plan.Currency |
Constructor and Description |
---|
Plan() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAmount()
This Method is use to get the amount
|
java.lang.String |
getCardId()
This Method is use to get the cardId
|
java.lang.String |
getCouponCode()
This Method is use to get the couponCode
|
MyPlanOutputModel.Plan.Currency |
getCurrency()
This Method is use to get the currency
|
java.lang.String |
getCurrencyId()
This Method is use to get the currencyId
|
java.lang.String |
getEndDate()
This Method is use to get the endDate
|
java.lang.String |
getFrequency()
This Method is use to get the frequency
|
java.lang.String |
getId()
This Method is use to get the id
|
int |
getIsSubscribedUser()
This Method is use to get the isSubscribedUser
|
java.lang.String |
getIsSubscriptionBundle()
This Method is use to get the isSubscriptionBundle
|
java.lang.String |
getName()
This Method is use to get the name
|
java.lang.String |
getPaymentKey()
This Method is use to get the paymentKey
|
java.lang.String |
getPlanId()
This Method is use to get the planId
|
java.lang.String |
getPrice()
This Method is use to get the price
|
java.lang.String |
getProfileId()
This Method is use to get the profileId
|
java.lang.String |
getRecurrence()
This Method is use to get the recurrence
|
java.lang.String |
getShortDesc()
This Method is use to get the shortDesc
|
java.lang.String |
getStartDate()
This Method is use to get the startDate
|
java.lang.String |
getStudioPaymentGatewayId()
This Method is use to get the studioPaymentGatewayId
|
java.lang.String |
getTrialPeriod()
This Method is use to get the trialPeriod
|
java.lang.String |
getTrialRecurrence()
This Method is use to get the trialRecurrence
|
java.lang.String |
getUserId()
This Method is use to get the userId
|
java.lang.String |
getUserId1()
This Method is use to get the userId
|
@Nullable public java.lang.String getUserId()
@Nullable public java.lang.String getId()
@Nullable public java.lang.String getPlanId()
@Nullable public java.lang.String getCurrencyId()
@Nullable public java.lang.String getStartDate()
@Nullable public java.lang.String getEndDate()
@Nullable public java.lang.String getIsSubscriptionBundle()
@Nullable public java.lang.String getName()
@Nullable public java.lang.String getShortDesc()
@Nullable public java.lang.String getTrialRecurrence()
@Nullable public java.lang.String getTrialPeriod()
@Nullable public java.lang.String getRecurrence()
@Nullable public java.lang.String getStudioPaymentGatewayId()
@Nullable public java.lang.String getProfileId()
@Nullable public java.lang.String getCardId()
@Nullable public java.lang.String getUserId1()
@Nullable public java.lang.String getAmount()
@Nullable public java.lang.String getPaymentKey()
@Nullable public java.lang.String getCouponCode()
@Nullable public java.lang.String getFrequency()
@Nullable public java.lang.String getPrice()
public int getIsSubscribedUser()
@Nullable public MyPlanOutputModel.Plan.Currency getCurrency()