Struct braintree::transaction::Transaction [] [src]

pub struct Transaction {
    pub id: String,
    pub typ: Type,
    pub amount: String,
    pub currency_iso_code: String,
    pub status: Status,
}

A record containing transaction details.

Fields

Trait Implementations

impl Debug for Transaction
[src]

Formats the value using the given formatter.

impl From<Box<Read>> for Transaction
[src]

Performs the conversion.