Struct billecta::CreditorKycFormView[][src]

pub struct CreditorKycFormView {
Show 19 fields 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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.