Increase.Cards.CardIframeURL (Increase v1.0.0)

Copy Markdown View Source

An object containing the iframe URL for a Card.

Fields

  • expires_at - The time the iframe URL will expire.
  • iframe_url - The iframe URL for the Card. Treat this as an opaque URL.
  • type - A constant representing the object's type. For this resource it will always be card_iframe_url.

Summary

Types

t()

@type t() :: %Increase.Cards.CardIframeURL{
  expires_at: DateTime.t(),
  iframe_url: String.t(),
  type: String.t()
}