ex_saferpay v0.2.1 ExSaferpay.Request.AliasInsert

See AliasInsert 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.Request.AliasInsert{card_form: nil | ExSaferpay.Request.CardForm.t(), check: nil | ExSaferpay.Request.Check.t(), language_code: nil | ExSaferpay.Request.language(), payment_methods: nil | [payment_method()], register_alias: ExSaferpay.Request.RegisterAlias.t(), request_header: ExSaferpay.Request.RequestHeader.t(), return_urls: ExSaferpay.Request.ReturnUrls.t(), styling: nil | ExSaferpay.Request.Styling.t(), type: type()}
Link to this type type()
type() :: :card | :bank_account | :postfinance

Link to this section Functions

Link to this function generate(attrs)