@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class AccountBillingPlanResponse extends Object
| Constructor and Description |
|---|
AccountBillingPlanResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AccountAddress |
getBillingAddress() |
String |
getBillingAddressIsCreditCardAddress()
When set to **true**, the credit card address information is the same as that returned as the billing address.
|
AccountBillingPlan |
getBillingPlan() |
CreditCardInformation |
getCreditCardInformation() |
ReferralInformation |
getReferralInformation() |
List<BillingPlan> |
getSuccessorPlans() |
int |
hashCode() |
void |
setBillingAddress(AccountAddress billingAddress) |
void |
setBillingAddressIsCreditCardAddress(String billingAddressIsCreditCardAddress) |
void |
setBillingPlan(AccountBillingPlan billingPlan) |
void |
setCreditCardInformation(CreditCardInformation creditCardInformation) |
void |
setReferralInformation(ReferralInformation referralInformation) |
void |
setSuccessorPlans(List<BillingPlan> successorPlans) |
String |
toString() |
public AccountAddress getBillingAddress()
public void setBillingAddress(AccountAddress billingAddress)
public String getBillingAddressIsCreditCardAddress()
public void setBillingAddressIsCreditCardAddress(String billingAddressIsCreditCardAddress)
public AccountBillingPlan getBillingPlan()
public void setBillingPlan(AccountBillingPlan billingPlan)
public CreditCardInformation getCreditCardInformation()
public void setCreditCardInformation(CreditCardInformation creditCardInformation)
public ReferralInformation getReferralInformation()
public void setReferralInformation(ReferralInformation referralInformation)
public List<BillingPlan> getSuccessorPlans()
public void setSuccessorPlans(List<BillingPlan> successorPlans)
Copyright © 2017. All rights reserved.