Package com.xero.models.accounting
Class PaymentDelete
- java.lang.Object
-
- com.xero.models.accounting.PaymentDelete
-
public class PaymentDelete extends Object
PaymentDelete
-
-
Constructor Summary
Constructors Constructor Description PaymentDelete()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetStatus()The status of the payment.inthashCode()voidsetStatus(String status)The status of the payment.PaymentDeletestatus(String status)The status of the payment.StringtoString()
-
-
-
Method Detail
-
status
public PaymentDelete status(String status)
The status of the payment.- Parameters:
status- String- Returns:
- PaymentDelete
-
getStatus
public String getStatus()
The status of the payment.- Returns:
- status
-
setStatus
public void setStatus(String status)
The status of the payment.- Parameters:
status- String
-
-