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

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

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

    Link to this section Summary

    Types

    t()

    Functions

    amex()
    cast(value)
    diners_club()
    discover()
    jcb()
    maestro()
    master_card()
    troy()
    union_pay()
    values()
    visa()

    Link to this section Types

    Link to this type

    t()

    View Source
    @type t() ::
      :AMEX
      | :MAESTRO
      | :DISCOVER
      | :JCB
      | :VISA
      | :UNION_PAY
      | :MASTER_CARD
      | :TROY
      | :DINERS_CLUB

    Link to this section Functions

    Link to this function

    amex()

    View Source
    Link to this function

    cast(value)

    View Source
    Link to this function

    diners_club()

    View Source
    Link to this function

    discover()

    View Source
    Link to this function

    jcb()

    View Source
    Link to this function

    maestro()

    View Source
    Link to this function

    master_card()

    View Source
    Link to this function

    troy()

    View Source
    Link to this function

    union_pay()

    View Source
    Link to this function

    values()

    View Source
    Link to this function

    visa()

    View Source

    Hex Package Hex Preview (current file) Download ePub version

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