pub struct PDD {
pub _01: String,
pub _02: Option<String>,
pub _03: Option<E782>,
pub _04: Option<E954>,
pub _05: Option<E1401>,
}Expand description
PDD - Pricing Data Detail
To specify the detail of pricing data
| REF | ID | NAME | REPEAT | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|---|
| 01 | 350 | Assigned Identification | 1 | M | AN | 1/20 |
| 02 | 380 | Quantity | 1 | X | R | 1/15 |
| 03 | 782 | Monetary Amount | 1 | X | R | 1/18 |
| 04 | 954 | Percentage as Decimal | 1 | X | R | 1/10 |
| 05 | 1401 | Proposal Data Detail Identifier Code | 1 | O | ID | 1/3 |
Fields§
§_01: String§_02: Option<String>§_03: Option<E782>§_04: Option<E954>§_05: Option<E1401>Trait Implementations§
Source§impl<'de> Deserialize<'de> for PDD
impl<'de> Deserialize<'de> for PDD
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 PDD
impl StructuralPartialEq for PDD
Auto Trait Implementations§
impl Freeze for PDD
impl RefUnwindSafe for PDD
impl Send for PDD
impl Sync for PDD
impl Unpin for PDD
impl UnsafeUnpin for PDD
impl UnwindSafe for PDD
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