stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.FileLink

Description

Contains the types generated from the schema FileLink

Synopsis

Documentation

data FileLink Source #

Defines the object schema located at components.schemas.file_link in the specification.

To share the contents of a `File` object with non-Stripe users, you can create a `FileLink`. `FileLink`s contain a URL that can be used to retrieve the contents of the file without authentication.

Constructors

FileLink 

Fields

Instances