omise v0.8.0 Omise.Card

Provides Card API interfaces.

https://www.omise.co/cards-api

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Omise.Card{
  bank: String.t(),
  brand: String.t(),
  city: String.t(),
  country: String.t(),
  created: String.t(),
  deleted: boolean(),
  expiration_month: integer(),
  expiration_year: integer(),
  financing: String.t(),
  fingerprint: String.t(),
  id: String.t(),
  last_digits: String.t(),
  livemode: boolean(),
  location: String.t(),
  name: String.t(),
  object: String.t(),
  postal_code: String.t(),
  security_code_check: boolean()
}