Package com.xero.models.accounting
Class Payments
java.lang.Object
com.xero.models.accounting.Payments
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPaymentsItem(Payment paymentsItem) paymentsaddWarningsItem(ValidationError warningsItem) Displays array of warning messages from the APIbooleanGet paginationGet paymentsDisplays array of warning messages from the APIinthashCode()pagination(Pagination pagination) paginationpaymentsvoidsetPagination(Pagination pagination) paginationvoidsetPayments(List<Payment> payments) paymentsvoidsetWarnings(List<ValidationError> warnings) Displays array of warning messages from the APItoString()warnings(List<ValidationError> warnings) Displays array of warning messages from the API
-
Constructor Details
-
Payments
public Payments()
-
-
Method Details
-
pagination
pagination- Parameters:
pagination- Pagination- Returns:
- Payments
-
getPagination
-
setPagination
-
warnings
Displays array of warning messages from the API- Parameters:
warnings- List<ValidationError>- Returns:
- Payments
-
addWarningsItem
Displays array of warning messages from the API- Parameters:
warningsItem- ValidationError- Returns:
- Payments
-
getWarnings
Displays array of warning messages from the API- Returns:
- warnings
-
setWarnings
Displays array of warning messages from the API- Parameters:
warnings- List<ValidationError>
-
payments
-
addPaymentsItem
-
getPayments
-
setPayments
-
equals
-
hashCode
-
toString
-