public class BillingPaymentResponse extends Object
| Constructor and Description |
|---|
BillingPaymentResponse() |
| Modifier and Type | Method and Description |
|---|---|
BillingPaymentResponse |
addBillingPaymentsItem(BillingPayment billingPaymentsItem) |
BillingPaymentResponse |
billingPayments(List<BillingPayment> billingPayments) |
boolean |
equals(Object o) |
List<BillingPayment> |
getBillingPayments()
Reserved: TBD
|
int |
hashCode() |
void |
setBillingPayments(List<BillingPayment> billingPayments) |
String |
toString() |
public BillingPaymentResponse billingPayments(List<BillingPayment> billingPayments)
public BillingPaymentResponse addBillingPaymentsItem(BillingPayment billingPaymentsItem)
public List<BillingPayment> getBillingPayments()
public void setBillingPayments(List<BillingPayment> billingPayments)
Copyright © 2018. All rights reserved.