pub struct YNQ {
pub _01: E1021,
pub _02: E1073,
pub _03: Option<String>,
pub _04: Option<String>,
pub _05: Option<String>,
pub _06: Option<String>,
pub _07: Option<E1254>,
pub _08: Option<String>,
pub _09: Option<String>,
pub _10: Option<E1257>,
}Expand description
YNQ - Yes/No Question
To identify and answer yes and no questions, including conditional questions, used throughout the transaction set
| REF | ID | NAME | REPEAT | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|---|
| 01 | 1021 | Assigned Identification | 1 | M | AN | 1/20 |
| 02 | 1073 | Yes/No Condition or Response Code | 1 | M | ID | 1/1 |
| 03 | 1250 | Shipment Status Code | 1 | O | ID | 2/2 |
| 04 | 1251 | Shipment Status or Appointments Reason Code | 1 | O | ID | 2/2 |
| 05 | 1252 | Shipment Status or Appointments Reason Code | 1 | O | ID | 2/2 |
| 06 | 1253 | Shipment Status or Appointments Reason Code | 1 | O | ID | 2/2 |
| 07 | 1254 | Shipment Status or Appointments Reason Code | 1 | O | ID | 2/2 |
| 08 | 1255 | Shipment Status or Appointments Reason Code | 1 | O | ID | 2/2 |
| 09 | 1256 | Shipment Status or Appointments Reason Code | 1 | O | ID | 2/2 |
| 10 | 1257 | Shipment Status or Appointments Reason Code | 1 | O | ID | 2/2 |
Fields§
§_01: E1021§_02: E1073§_03: Option<String>§_04: Option<String>§_05: Option<String>§_06: Option<String>§_07: Option<E1254>§_08: Option<String>§_09: Option<String>§_10: Option<E1257>Trait Implementations§
Source§impl<'de> Deserialize<'de> for YNQ
impl<'de> Deserialize<'de> for YNQ
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 YNQ
impl StructuralPartialEq for YNQ
Auto Trait Implementations§
impl Freeze for YNQ
impl RefUnwindSafe for YNQ
impl Send for YNQ
impl Sync for YNQ
impl Unpin for YNQ
impl UnsafeUnpin for YNQ
impl UnwindSafe for YNQ
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