Struct libstripe::CardListParams [] [src]

pub struct CardListParams {
    pub ending_before: Option<String>,
    pub limit: Option<i64>,
    pub starting_after: Option<String>,
}

Fields

Trait Implementations

impl Default for CardListParams
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for CardListParams
[src]

[src]

Formats the value using the given formatter.