Modifier and Type | Field and Description |
---|---|
private BigDecimal |
amount |
private Integer |
currentBillingCycle |
private String |
description |
private String |
id |
private String |
kind |
private String |
name |
private Boolean |
neverExpires |
private Integer |
numberOfBillingCycles |
private String |
planId |
private Integer |
quantity |
Constructor and Description |
---|
Modification(NodeWrapper node) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount() |
Integer |
getCurrentBillingCycle() |
String |
getDescription() |
String |
getId() |
String |
getKind() |
String |
getName() |
Integer |
getNumberOfBillingCycles() |
String |
getPlanId() |
Integer |
getQuantity() |
boolean |
neverExpires() |
private BigDecimal amount
private Integer currentBillingCycle
private String description
private String id
private String kind
private Integer quantity
private String name
private Boolean neverExpires
private Integer numberOfBillingCycles
private String planId
public Modification(NodeWrapper node)
public BigDecimal getAmount()
public Integer getCurrentBillingCycle()
public String getId()
public Integer getNumberOfBillingCycles()
public Integer getQuantity()
public boolean neverExpires()
public String getDescription()
public String getKind()
public String getName()
public String getPlanId()
Copyright © 2013-2015. All Rights Reserved.