pub struct SII {
pub _01: String,
pub _02: String,
pub _03: String,
pub _04: String,
pub _05: Option<E212>,
pub _06: Option<E212>,
pub _07: Option<E782>,
}Expand description
SII - Sales Item Information
To provide the product/service detail, quantity, and pricing for a sales item
| REF | ID | NAME | REPEAT | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|---|
| 01 | 235 | Product/Service ID Qualifier | 1 | M | ID | 2/2 |
| 02 | 234 | Product/Service ID | 1 | M | AN | 1/48 |
| 03 | 380 | Quantity | 1 | M | R | 1/15 |
| 04 | C001 | Composite Unit of Measure | 1 | M | 1/1 | |
| 05 | 212 | Unit Price | 1 | O | R | 1/17 |
| 06 | 212 | Unit Price | 1 | O | R | 1/17 |
| 07 | 782 | Monetary Amount | 1 | O | R | 1/18 |
Fields§
§_01: String§_02: String§_03: String§_04: String§_05: Option<E212>§_06: Option<E212>§_07: Option<E782>Trait Implementations§
Source§impl<'de> Deserialize<'de> for SII
impl<'de> Deserialize<'de> for SII
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 SII
impl StructuralPartialEq for SII
Auto Trait Implementations§
impl Freeze for SII
impl RefUnwindSafe for SII
impl Send for SII
impl Sync for SII
impl Unpin for SII
impl UnsafeUnpin for SII
impl UnwindSafe for SII
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