Craftgate
Craftgate v1.0.42
  • Pages
  • Modules
  • Mix Tasks

    View Source Craftgate.Model.LoyaltyType (Craftgate v1.0.42)

    Elixir equivalent of the Java enum io.craftgate.model.LoyaltyType

    Link to this section Summary

    Types

    t()

    Functions

    additional_installment()
    cast(value)
    extra_points()
    gaining_minutes()
    postponing_installment()
    postponing_statement()
    reward_money()
    values()

    Link to this section Types

    Link to this type

    t()

    View Source
    @type t() ::
      :POSTPONING_INSTALLMENT
      | :REWARD_MONEY
      | :ADDITIONAL_INSTALLMENT
      | :POSTPONING_STATEMENT
      | :EXTRA_POINTS
      | :GAINING_MINUTES

    Link to this section Functions

    Link to this function

    additional_installment()

    View Source
    Link to this function

    cast(value)

    View Source
    Link to this function

    extra_points()

    View Source
    Link to this function

    gaining_minutes()

    View Source
    Link to this function

    postponing_installment()

    View Source
    Link to this function

    postponing_statement()

    View Source
    Link to this function

    reward_money()

    View Source
    Link to this function

    values()

    View Source

    Hex Package Hex Preview (current file) Download ePub version

    Built using ExDoc (v0.29.1) for the Elixir programming language