pub struct KycCheckDetails {
    pub status: String,
    pub address: KycCheckAddressSummary,
    pub name: KycCheckNameSummary,
    pub date_of_birth: KycCheckDateOfBirthSummary,
    pub id_number: KycCheckIdNumberSummary,
    pub phone_number: KycCheckPhoneSummary,
}

Fields

status: String

The outcome status for the associated Identity Verification attempt’s kyc_check step. This field will always have the same value as steps.kyc_check.

address: KycCheckAddressSummary

Result summary object specifying how the address field matched.

name: KycCheckNameSummary

Result summary object specifying how the name field matched.

date_of_birth: KycCheckDateOfBirthSummary

Result summary object specifying how the date_of_birth field matched.

id_number: KycCheckIdNumberSummary

Result summary object specifying how the id_number field matched.

phone_number: KycCheckPhoneSummary

Result summary object specifying how the phone field matched.

Trait Implementations

Formats the value using the given formatter. 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

Returns the argument unchanged.

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

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more