Requests.Payments.Sources.GiroPay (CheckoutSDK v0.1.0)

Link to this section Summary

Link to this section Types

Link to this type

info_field()

@type info_field() :: %{label: String.t(), text: String.t()}
@type t() :: %Requests.Payments.Sources.GiroPay{
  info_fields: [info_field()],
  purpose: String.t(),
  type: String.t()
}

Link to this section Functions