Struct stripe::DestinationParams [] [src]

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

Fields