class Stripe::File

Included Modules

Defined in:

stripe/objects/core/file.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Class Method Detail

def self.retrieve(id : String) #

[View source]
def self.retrieve(file : Stripe::File) #

[View source]

Instance Method Detail

def created : Time #

[View source]
def expires_at : Time | Nil #

[View source]
def filename : String | Nil #

[View source]
def id : String #

[View source]
def links : Stripe::List(FileLink) | Nil #

[View source]
def object : String #

[View source]
def purpose : Purpose | Nil #

[View source]
def size : Int32 | Nil #

[View source]
def title : String | Nil #

[View source]
def type : String | Nil #

[View source]
def url : String | Nil #

[View source]