bluepay v0.4.2 Bluepay.Card

Credit card information.

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Bluepay.Card{
  cvd: String.t(),
  expiry_month: String.t(),
  expiry_year: String.t(),
  name: String.t(),
  number: String.t(),
  postal_code: String.t(),
  token: String.t()
}