Struct stripe::File[][src]

pub struct File {
    pub id: String,
    pub object: String,
    pub created: Timestamp,
    pub purpose: String,
    pub size: u64,
    pub title: Option<String>,
    pub file_type: String,
    pub url: String,
}

The resource representing a Stripe file.

For more details see https://stripe.com/docs/api#file_object.

Fields

Trait Implementations

impl Debug for File
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for File

impl Sync for File