pub struct RDR {
pub _01: Option<E1292>,
pub _02: Option<E1293>,
pub _03: Option<E1294>,
pub _04: Option<String>,
pub _05: Option<E1073>,
}Expand description
RDR - Return Disposition Reason
To specify the disposition and reason for the return of merchandise
| REF | ID | NAME | REPEAT | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|---|
| 01 | 1292 | Returns Disposition Code | 1 | O | ID | 2/2 |
| 02 | 1293 | Return Request Reason Code | 1 | X | ID | 2/2 |
| 03 | 1294 | Return Response Reason Code | 1 | X | ID | 2/2 |
| 04 | 352 | Description | 1 | O | AN | 1/80 |
| 05 | 1073 | Yes/No Condition or Response Code | 1 | O | ID | 1/1 |
Fields§
§_01: Option<E1292>§_02: Option<E1293>§_03: Option<E1294>§_04: Option<String>§_05: Option<E1073>Trait Implementations§
Source§impl<'de> Deserialize<'de> for RDR
impl<'de> Deserialize<'de> for RDR
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 RDR
impl StructuralPartialEq for RDR
Auto Trait Implementations§
impl Freeze for RDR
impl RefUnwindSafe for RDR
impl Send for RDR
impl Sync for RDR
impl Unpin for RDR
impl UnsafeUnpin for RDR
impl UnwindSafe for RDR
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