public class BillingChargeResponse extends Object
Constructor and Description |
---|
BillingChargeResponse() |
Modifier and Type | Method and Description |
---|---|
BillingChargeResponse |
addBillingChargeItemsItem(BillingCharge billingChargeItemsItem) |
BillingChargeResponse |
billingChargeItems(List<BillingCharge> billingChargeItems) |
boolean |
equals(Object o) |
List<BillingCharge> |
getBillingChargeItems()
Reserved: TBD
|
int |
hashCode() |
void |
setBillingChargeItems(List<BillingCharge> billingChargeItems) |
String |
toString() |
public BillingChargeResponse billingChargeItems(List<BillingCharge> billingChargeItems)
public BillingChargeResponse addBillingChargeItemsItem(BillingCharge billingChargeItemsItem)
public List<BillingCharge> getBillingChargeItems()
public void setBillingChargeItems(List<BillingCharge> billingChargeItems)
Copyright © 2018. All rights reserved.