Package com.xero.models.accounting
Class PaymentServices
- java.lang.Object
-
- com.xero.models.accounting.PaymentServices
-
public class PaymentServices extends Object
PaymentServices
-
-
Constructor Summary
Constructors Constructor Description PaymentServices()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentServicesaddPaymentServicesItem(PaymentService paymentServicesItem)paymentServicesbooleanequals(Object o)List<PaymentService>getPaymentServices()Get paymentServicesinthashCode()PaymentServicespaymentServices(List<PaymentService> paymentServices)paymentServicesvoidsetPaymentServices(List<PaymentService> paymentServices)paymentServicesStringtoString()
-
-
-
Method Detail
-
paymentServices
public PaymentServices paymentServices(List<PaymentService> paymentServices)
paymentServices- Parameters:
paymentServices- List<PaymentService>- Returns:
- PaymentServices
-
addPaymentServicesItem
public PaymentServices addPaymentServicesItem(PaymentService paymentServicesItem)
paymentServices- Parameters:
paymentServicesItem- PaymentService- Returns:
- PaymentServices
-
getPaymentServices
public List<PaymentService> getPaymentServices()
Get paymentServices- Returns:
- paymentServices
-
setPaymentServices
public void setPaymentServices(List<PaymentService> paymentServices)
paymentServices- Parameters:
paymentServices- List<PaymentService>
-
-