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

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

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

    Link to this section Summary

    Types

    t()

    Functions

    afterpay()
    alipay()
    card()
    cast(value)
    edenred()
    edenred_gift()
    klarna()
    masterpass()
    papara()
    payoneer()
    paypal()
    sodexo()
    stripe()
    values()

    Link to this section Types

    Link to this type

    t()

    View Source
    @type t() ::
      :EDENRED
      | :PAYPAL
      | :STRIPE
      | :ALIPAY
      | :AFTERPAY
      | :MASTERPASS
      | :PAYONEER
      | :PAPARA
      | :EDENRED_GIFT
      | :KLARNA
      | :CARD
      | :SODEXO

    Link to this section Functions

    Link to this function

    afterpay()

    View Source
    Link to this function

    alipay()

    View Source
    Link to this function

    card()

    View Source
    Link to this function

    cast(value)

    View Source
    Link to this function

    edenred()

    View Source
    Link to this function

    edenred_gift()

    View Source
    Link to this function

    klarna()

    View Source
    Link to this function

    masterpass()

    View Source
    Link to this function

    papara()

    View Source
    Link to this function

    payoneer()

    View Source
    Link to this function

    paypal()

    View Source
    Link to this function

    sodexo()

    View Source
    Link to this function

    stripe()

    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