public class PaymentServices extends Object
| Constructor and Description |
|---|
PaymentServices() |
| Modifier and Type | Method and Description |
|---|---|
PaymentServices |
addPaymentServicesItem(PaymentService paymentServicesItem) |
boolean |
equals(Object o) |
List<PaymentService> |
getPaymentServices()
Get paymentServices
|
int |
hashCode() |
PaymentServices |
paymentServices(List<PaymentService> paymentServices) |
void |
setPaymentServices(List<PaymentService> paymentServices) |
String |
toString() |
public PaymentServices paymentServices(List<PaymentService> paymentServices)
public PaymentServices addPaymentServicesItem(PaymentService paymentServicesItem)
public List<PaymentService> getPaymentServices()
public void setPaymentServices(List<PaymentService> paymentServices)
Copyright © 2020. All rights reserved.