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

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

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

    Link to this section Summary

    Types

    t()

    Functions

    cancelled()
    cast(value)
    no_payout()
    payout_completed()
    payout_started()
    values()
    waiting_for_payout()

    Link to this section Types

    Link to this type

    t()

    View Source
    @type t() ::
      :WAITING_FOR_PAYOUT
      | :CANCELLED
      | :NO_PAYOUT
      | :PAYOUT_COMPLETED
      | :PAYOUT_STARTED

    Link to this section Functions

    Link to this function

    cancelled()

    View Source
    Link to this function

    cast(value)

    View Source
    Link to this function

    no_payout()

    View Source
    Link to this function

    payout_completed()

    View Source
    Link to this function

    payout_started()

    View Source
    Link to this function

    values()

    View Source
    Link to this function

    waiting_for_payout()

    View Source

    Hex Package Hex Preview (current file) Download ePub version

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