class Stripe::FileLink

Included Modules

Defined in:

stripe/objects/core/file_link.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(filelink : Stripe::FileLink) #

[View source]

Instance Method Detail

def created : Time #

[View source]
def expired : Bool | Nil #

[View source]
def expires_at : Time | Nil #

[View source]
def file : String | Nil | Stripe::File | Nil #

[View source]
def id : String #

[View source]
def livemode : Bool | Nil #

[View source]
def metadata : JSON::Any | Nil #

[View source]
def object : String #

[View source]
def type : String | Nil #

[View source]
def url : String | Nil #

[View source]