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 Details

    • PaymentTermsAPIResponse

      public PaymentTermsAPIResponse(List<PaymentTerm> paymentTermResponse, PageableInfo pageable)
      Instantiates a new payment terms API response.
      Parameters:
      paymentTermResponse - Holds the List of PaymentTerm object for creating PaymentTermsAPIResponse.
      pageable - holds pageable information.