Struct libstripe::SourceReceiver [] [src]

pub struct SourceReceiver {
    pub address: String,
    pub amount_charged: i32,
    pub amount_received: i32,
    pub amount_returned: i32,
    pub refund_attributes_method: String,
    pub refund_attributes_status: String,
}

Fields

Trait Implementations

impl Debug for SourceReceiver
[src]

[src]

Formats the value using the given formatter.