omise v0.8.0 Omise.List

Omise List Struct.

https://www.omise.co/api-pagination

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Omise.List{
  data: list(),
  from: String.t(),
  limit: integer(),
  location: String.t(),
  object: String.t(),
  offset: integer(),
  order: String.t(),
  to: String.t(),
  total: integer()
}