Struct stripe::DestinationParams[][src]

pub struct DestinationParams<'a> {
    pub account: &'a str,
    pub amount: u64,
}

Fields

Trait Implementations

impl<'a> Debug for DestinationParams<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for DestinationParams<'a>

impl<'a> Sync for DestinationParams<'a>