Class PaymentTermsAPIResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.accounts.model.exchange.response.PaymentTermsAPIResponse
- All Implemented Interfaces:
Serializable
public class PaymentTermsAPIResponse
extends com.skava.core.validation.OutputModel
The Class PaymentTermsAPIResponse holds the list of payment term details as response data which will be
sent to controller.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPaymentTermsAPIResponse
(List<PaymentTerm> paymentTermResponse, PageableInfo pageable) Instantiates a new payment terms API response. -
Method Summary
-
Constructor Details
-
PaymentTermsAPIResponse
Instantiates a new payment terms API response.- Parameters:
paymentTermResponse
- Holds theList
ofPaymentTerm
object for creating PaymentTermsAPIResponse.pageable
- holds pageable information.
-