public class BillingPaymentRequest extends Object
| Constructor and Description |
|---|
BillingPaymentRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPaymentAmount()
The payment amount for the past due invoices.
|
int |
hashCode() |
BillingPaymentRequest |
paymentAmount(String paymentAmount) |
void |
setPaymentAmount(String paymentAmount) |
String |
toString() |
public BillingPaymentRequest paymentAmount(String paymentAmount)
public String getPaymentAmount()
public void setPaymentAmount(String paymentAmount)
Copyright © 2020. All rights reserved.