Stripe.Resources.ThreeDSecure (tiger_stripe v0.4.0)

Copy Markdown View Source

ThreeDSecure resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.ThreeDSecure{
  address_line1_check: term(),
  address_zip_check: term(),
  authenticated: term(),
  brand: term(),
  card: term(),
  country: term(),
  customer: term(),
  cvc_check: term(),
  description: term(),
  dynamic_last4: term(),
  exp_month: term(),
  exp_year: term(),
  fingerprint: term(),
  funding: term(),
  iin: term(),
  issuer: term(),
  last4: term(),
  name: term(),
  three_d_secure: term(),
  tokenization_method: term()
}
  • address_line1_check - Nullable.
  • address_zip_check - Nullable.
  • authenticated - Nullable.
  • brand - Nullable.
  • card - Nullable.
  • country - Nullable.
  • customer - Nullable.
  • cvc_check - Nullable.
  • description
  • dynamic_last4 - Nullable.
  • exp_month - Nullable.
  • exp_year - Nullable.
  • fingerprint
  • funding - Nullable.
  • iin
  • issuer
  • last4 - Nullable.
  • name - Nullable.
  • three_d_secure
  • tokenization_method - Nullable.

Functions

object_name()