Sha256: f944559c0d6137c8d6cf55878a6b49e7619a7ca34735fface1208fa19e54a56e
Contents?: true
Size: 485 Bytes
Versions: 25
Compression:
Stored size: 485 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe # To share the contents of a `File` object with non-Stripe users, you can # create a `FileLink`. `FileLink`s contain a URL that you can use to # retrieve the contents of the file without authentication. class FileLink < APIResource extend Stripe::APIOperations::Create extend Stripe::APIOperations::List include Stripe::APIOperations::Save OBJECT_NAME = "file_link" end end
Version data entries
25 entries across 25 versions & 1 rubygems