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

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

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

    Link to this section Summary

    Types

    t()

    Functions

    cast(value)
    credit_card()
    debit_card()
    prepaid_card()
    values()

    Link to this section Types

    Link to this type

    t()

    View Source
    @type t() :: :DEBIT_CARD | :PREPAID_CARD | :CREDIT_CARD

    Link to this section Functions

    Link to this function

    cast(value)

    View Source
    Link to this function

    credit_card()

    View Source
    Link to this function

    debit_card()

    View Source
    Link to this function

    prepaid_card()

    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