PolarExpress.Params.CustomerPortal.CustomersListCustomerPaymentMethodsParams (polar_express v0.1.5)

Copy Markdown View Source

Parameters for customers list customer payment methods.

Summary

Types

t()

@type t() ::
  %PolarExpress.Params.CustomerPortal.CustomersListCustomerPaymentMethodsParams{
    limit: integer() | nil,
    page: integer() | nil
  }
  • limit - Size of a page, defaults to 10. Maximum is 100.
  • page - Page number, defaults to 1.