[][src]Struct billecta::IncomingPaymentRequestView

pub struct IncomingPaymentRequestView {
    pub action_public_id_filter: Vec<String>,
    pub creditor_public_id: Option<Guid>,
    pub from: Option<DateTime>,
    pub payment_mean_code_filter: Vec<String>,
    pub project_number_filter: Vec<String>,
    pub to: Option<DateTime>,
}

Fields

action_public_id_filter: Vec<String>creditor_public_id: Option<Guid>from: Option<DateTime>payment_mean_code_filter: Vec<String>project_number_filter: Vec<String>to: Option<DateTime>

Trait Implementations

impl Clone for IncomingPaymentRequestView[src]

impl Debug for IncomingPaymentRequestView[src]

impl Default for IncomingPaymentRequestView[src]

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

impl Serialize for IncomingPaymentRequestView[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.