Struct stripe::PayoutScheduleDetails[][src]

pub struct PayoutScheduleDetails {
    pub delay_days: u64,
    pub interval: String,
    pub monthly_anchor: Option<u64>,
    pub weekly_anchor: Option<String>,
}

Fields

Trait Implementations

impl Debug for PayoutScheduleDetails
[src]

Formats the value using the given formatter. Read more

impl Default for PayoutScheduleDetails
[src]

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

Auto Trait Implementations