Polarex.ListResourceCustomerPaymentMethod (Polarex v0.2.8)

View Source

Provides struct and type for a ListResourceCustomerPaymentMethod

Summary

Types

t()

@type t() :: %Polarex.ListResourceCustomerPaymentMethod{
  items: [Polarex.PaymentMethodCard.t() | Polarex.PaymentMethodGeneric.t()],
  pagination: Polarex.Pagination.t()
}