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

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

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

    Link to this section Summary

    Types

    t()

    Functions

    cast(value)
    fully_refunded()
    no_refund()
    not_refunded()
    partial_refunded()
    values()

    Link to this section Types

    Link to this type

    t()

    View Source
    @type t() :: :PARTIAL_REFUNDED | :FULLY_REFUNDED | :NOT_REFUNDED | :NO_REFUND

    Link to this section Functions

    Link to this function

    cast(value)

    View Source
    Link to this function

    fully_refunded()

    View Source
    Link to this function

    no_refund()

    View Source
    Link to this function

    not_refunded()

    View Source
    Link to this function

    partial_refunded()

    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