Polarex.PaymentMethodGeneric (Polarex v0.2.0)

View Source

Provides struct and type for a PaymentMethodGeneric

Summary

Types

t()

@type t() :: %Polarex.PaymentMethodGeneric{
  created_at: DateTime.t(),
  default: boolean(),
  id: String.t(),
  type: String.t()
}