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

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

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

    Link to this section Summary

    Types

    t()

    Functions

    apm()
    card_and_wallet_payment()
    card_payment()
    cast(value)
    deposit_payment()
    values()
    wallet_payment()

    Link to this section Types

    Link to this type

    t()

    View Source
    @type t() ::
      :DEPOSIT_PAYMENT
      | :CARD_PAYMENT
      | :WALLET_PAYMENT
      | :CARD_AND_WALLET_PAYMENT
      | :APM

    Link to this section Functions

    Link to this function

    apm()

    View Source
    Link to this function

    card_and_wallet_payment()

    View Source
    Link to this function

    card_payment()

    View Source
    Link to this function

    cast(value)

    View Source
    Link to this function

    deposit_payment()

    View Source
    Link to this function

    values()

    View Source
    Link to this function

    wallet_payment()

    View Source

    Hex Package Hex Preview (current file) Download ePub version

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