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 becard_iframe_url.
Summary
Types
@type t() :: %Increase.Cards.CardIframeURL{ expires_at: DateTime.t(), iframe_url: String.t(), type: String.t() }