[][src]Struct billecta::OutgoingPaymentView

pub struct OutgoingPaymentView {
    pub amount: Option<AmountView>,
    pub bank_id_reference_token: Option<Guid>,
    pub creditor_public_id: Option<Guid>,
    pub is_salary_payment: Option<bool>,
    pub payment_date: Option<DateTime>,
    pub receiver_name: Option<String>,
    pub receiving_account_no: Option<String>,
    pub receiving_bankgiro_no: Option<String>,
    pub receiving_clearing_no: Option<String>,
    pub receiving_payment_method: Option<ReceivingPaymentMethodTypeView>,
    pub receiving_plusgiro_no: Option<String>,
    pub reference: Option<String>,
    pub sending_bankgiro_no: Option<String>,
}

Fields

amount: Option<AmountView>bank_id_reference_token: Option<Guid>creditor_public_id: Option<Guid>is_salary_payment: Option<bool>payment_date: Option<DateTime>receiver_name: Option<String>receiving_account_no: Option<String>receiving_bankgiro_no: Option<String>receiving_clearing_no: Option<String>receiving_payment_method: Option<ReceivingPaymentMethodTypeView>receiving_plusgiro_no: Option<String>reference: Option<String>sending_bankgiro_no: Option<String>

Trait Implementations

impl Clone for OutgoingPaymentView[src]

impl Debug for OutgoingPaymentView[src]

impl Default for OutgoingPaymentView[src]

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

impl Serialize for OutgoingPaymentView[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.