View Source Craftgate.Model.PaymentType (Craftgate v1.0.42)
Elixir equivalent of the Java enum io.craftgate.model.PaymentType
Link to this section Summary
Link to this section Types
@type t() ::
:DEPOSIT_PAYMENT
| :CARD_PAYMENT
| :WALLET_PAYMENT
| :CARD_AND_WALLET_PAYMENT
| :APM