Package vn.payos.core

Interface PageableResponse<T>

All Known Implementing Classes:
PayoutListResponse

public interface PageableResponse<T>
PageableResponse
  • Method Summary

    Modifier and Type
    Method
    Description
    Get items
    Get pagination information
  • Method Details

    • getItems

      List<T> getItems()
      Get items
      Returns:
      items
    • getPagination

      Pagination getPagination()
      Get pagination information
      Returns:
      pagination information