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) #

Class Method Detail

def self.retrieve(id : String) #

def self.retrieve(file : Stripe::File) #

Instance Method Detail

def created : Time #

def expires_at : Time | Nil #

def filename : String | Nil #

def id : String #

def links : Stripe::List(FileLink) | Nil #

def object : String #

def purpose : Purpose | Nil #

def size : Int32 | Nil #

def title : String | Nil #

def type : String | Nil #

def url : String | Nil #