pub struct RegistrationInstructionsResponse {
    pub regist_id: Str,
    pub regist_trans_type: RegistTransType,
    pub regist_ref_id: Str,
    pub cl_ord_id: Option<Str>,
    pub parties: Option<Vec<Parties>>,
    pub account: Option<Str>,
    pub acct_id_source: Option<AcctIdSource>,
    pub regist_status: RegistStatus,
    pub regist_rej_reason_code: Option<RegistRejReasonCode>,
    pub regist_rej_reason_text: Option<Str>,
}

Fields

regist_id: Strregist_trans_type: RegistTransTyperegist_ref_id: Strcl_ord_id: Option<Str>parties: Option<Vec<Parties>>account: Option<Str>acct_id_source: Option<AcctIdSource>regist_status: RegistStatusregist_rej_reason_code: Option<RegistRejReasonCode>regist_rej_reason_text: Option<Str>

Trait Implementations

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

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.