ex_saferpay v0.2.1 ExSaferpay.Response.Brand

See Brand http://saferpay.github.io/jsonapi/1.2/

Link to this section Summary

Link to this section Types

Link to this type payment_method()
payment_method() ::
  :amex |
  :bancontact |
  :bonus |
  :diners |
  :directdebit |
  :eprzelewy |
  :eps |
  :giropay |
  :ideal |
  :invoice |
  :jcb |
  :maestro |
  :mastercard |
  :myone |
  :paypal |
  :paydirekt |
  :postcard |
  :postfinance |
  :saferpaytest |
  :sofort |
  :twint |
  :visa
Link to this type t()
t() :: %ExSaferpay.Response.Brand{name: String.t(), payment_method: nil | payment_method()}

Link to this section Functions