[][src]Struct ynab_api::models::transaction_detail_all_of::TransactionDetailAllOf

pub struct TransactionDetailAllOf {
    pub account_name: String,
    pub payee_name: Option<String>,
    pub category_name: Option<String>,
    pub subtransactions: Vec<SubTransaction>,
}

Fields

account_name: Stringpayee_name: Option<String>category_name: Option<String>subtransactions: Vec<SubTransaction>

If a split transaction, the subtransactions.

Methods

impl TransactionDetailAllOf[src]

pub fn new(
    account_name: String,
    subtransactions: Vec<SubTransaction>
) -> TransactionDetailAllOf
[src]

Trait Implementations

impl PartialEq<TransactionDetailAllOf> for TransactionDetailAllOf[src]

impl Debug for TransactionDetailAllOf[src]

impl StructuralPartialEq for TransactionDetailAllOf[src]

impl Serialize for TransactionDetailAllOf[src]

impl<'de> Deserialize<'de> for TransactionDetailAllOf[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err