pub struct API {
pub _01: E1136,
pub _02: Option<String>,
pub _03: Option<E875>,
pub _04: Option<E641>,
pub _05: Option<E1469>,
pub _06: Option<E1336>,
pub _07: Option<E1262>,
pub _08: Option<E1201>,
}Expand description
API - Additional Process Information
To provide additional process-related information
| REF | ID | NAME | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|
| 01 | 1136 | Code Category | M | ID | 2/2 |
| 02 | 306 | Action Code | O | ID | 1/2 |
| 03 | 875 | Maintenance Type Code | O | ID | 3/3 |
| 04 | 641 | Status Reason Code | O | ID | 3/3 |
| 05 | 1469 | Affected Area or Section Code | O | ID | 1/1 |
| 06 | 1336 | Insurance Type Code | O | ID | 1/3 |
| 07 | 1262 | Loan Type Code | O | ID | 1/2 |
| 08 | 1201 | Information Status Code | O | ID | 1/1 |
Fields§
§_01: E1136§_02: Option<String>§_03: Option<E875>§_04: Option<E641>§_05: Option<E1469>§_06: Option<E1336>§_07: Option<E1262>§_08: Option<E1201>Trait Implementations§
Source§impl<'de> Deserialize<'de> for API
impl<'de> Deserialize<'de> for API
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for API
impl StructuralPartialEq for API
Auto Trait Implementations§
impl Freeze for API
impl RefUnwindSafe for API
impl Send for API
impl Sync for API
impl Unpin for API
impl UnsafeUnpin for API
impl UnwindSafe for API
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<T> ValidateIp for Twhere
T: ToString,
impl<T> ValidateIp for Twhere
T: ToString,
Source§fn validate_ipv4(&self) -> bool
fn validate_ipv4(&self) -> bool
Validates whether the given string is an IP V4
Source§fn validate_ipv6(&self) -> bool
fn validate_ipv6(&self) -> bool
Validates whether the given string is an IP V6
Source§fn validate_ip(&self) -> bool
fn validate_ip(&self) -> bool
Validates whether the given string is an IP