Struct libstripe::SourceBitcoin [] [src]

pub struct SourceBitcoin {
    pub address: String,
    pub amount: i32,
    pub amount_charged: i32,
    pub amount_received: i32,
    pub amount_returned: i32,
    pub uri: String,
}

Fields

Trait Implementations

impl Debug for SourceBitcoin
[src]

[src]

Formats the value using the given formatter.