Struct stripe::Receiver [−][src]
pub struct Receiver {
    pub address: String,
    pub amount_charged: i64,
    pub amount_receive: i64,
    pub amount_returned: i64,
}Fields
address: String
                           
                           
                           
                           amount_charged: i64
                           
                           
                           
                           amount_receive: i64
                           
                           
                           
                           amount_returned: i64