[][src]Struct billecta::CreditorKycView

pub struct CreditorKycView {
    pub creditor_kyc_form: Option<CreditorKycFormView>,
    pub creditor_public_id: Option<Guid>,
    pub mobile_bank_id_token_used_for_sign: Option<Guid>,
    pub signed_by_name: Option<String>,
    pub signed_by_ssn: Option<String>,
    pub signed_date: Option<DateTime>,
    pub state: Option<CreditorKycStateTypeView>,
}

Fields

creditor_kyc_form: Option<CreditorKycFormView>creditor_public_id: Option<Guid>mobile_bank_id_token_used_for_sign: Option<Guid>signed_by_name: Option<String>signed_by_ssn: Option<String>signed_date: Option<DateTime>state: Option<CreditorKycStateTypeView>

Trait Implementations

impl Clone for CreditorKycView[src]

impl Debug for CreditorKycView[src]

impl Default for CreditorKycView[src]

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

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