[][src]Struct billecta::CreditorKycFormView

pub struct CreditorKycFormView {
    pub beneficial_owners: Vec<CreditorKycFormBeneficialOwnerView>,
    pub business_category: Option<CreditorKycFormBusinessCategoryView>,
    pub company: Option<CreditorKycFormCompanyView>,
    pub contact: Option<CreditorKycFormContactView>,
    pub has_anyone_business_relation_with_other_pep: Option<bool>,
    pub has_no_beneficial_owners: Option<bool>,
    pub has_no_owners_with_more_than25_percent: Option<bool>,
    pub is_active_non_financial_institute: Option<bool>,
    pub is_any_owner_us_persons: Option<bool>,
    pub is_anyone_pep: Option<bool>,
    pub is_financial_institute: Option<bool>,
    pub is_managing_cash: Option<bool>,
    pub is_managing_curreny_exchanges: Option<bool>,
    pub is_taxable_in_us: Option<bool>,
    pub managing_cash_purpose: Option<String>,
    pub managing_cash_yearly_revenue: Option<String>,
    pub managing_curreny_exchanges_purpose: Option<String>,
    pub owners_with_more_than25_percent: Vec<CreditorKycFormOwnerView>,
    pub us_persons: Vec<CreditorKycFormUsPersonView>,
}

Fields

beneficial_owners: Vec<CreditorKycFormBeneficialOwnerView>business_category: Option<CreditorKycFormBusinessCategoryView>company: Option<CreditorKycFormCompanyView>contact: Option<CreditorKycFormContactView>has_anyone_business_relation_with_other_pep: Option<bool>has_no_beneficial_owners: Option<bool>has_no_owners_with_more_than25_percent: Option<bool>is_active_non_financial_institute: Option<bool>is_any_owner_us_persons: Option<bool>is_anyone_pep: Option<bool>is_financial_institute: Option<bool>is_managing_cash: Option<bool>is_managing_curreny_exchanges: Option<bool>is_taxable_in_us: Option<bool>managing_cash_purpose: Option<String>managing_cash_yearly_revenue: Option<String>managing_curreny_exchanges_purpose: Option<String>owners_with_more_than25_percent: Vec<CreditorKycFormOwnerView>us_persons: Vec<CreditorKycFormUsPersonView>

Trait Implementations

impl Clone for CreditorKycFormView[src]

impl Debug for CreditorKycFormView[src]

impl Default for CreditorKycFormView[src]

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

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