pub struct SSS {
pub _01: String,
pub _02: String,
pub _03: E560,
pub _04: Option<String>,
pub _05: Option<E359>,
pub _06: Option<E610>,
pub _07: Option<String>,
pub _08: Option<String>,
pub _09: Option<String>,
}Expand description
SSS - Special Services
To specify special services and the allowance or charge associated with them
| REF | ID | NAME | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|
| 01 | 248 | Allowance or Charge Indicator | M | ID | 1/1 |
| 02 | 559 | Agency Qualifier Code | M | ID | 2/2 |
| 03 | 560 | Special Services Code | M | ID | 2/10 |
| 04 | 561 | Service Marks and Numbers | O | AN | 1/45 |
| 05 | 359 | Allowance or Charge Rate | O | R | 1/15 |
| 06 | 610 | Amount | O | N2 | 1/15 |
| 07 | 352 | Description | O | AN | 1/80 |
| 08 | 380 | Quantity | O | R | 1/15 |
| 09 | 822 | Source Subqualifier | O | AN | 1/15 |
Fields§
§_01: String§_02: String§_03: E560§_04: Option<String>§_05: Option<E359>§_06: Option<E610>§_07: Option<String>§_08: Option<String>§_09: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for SSS
impl<'de> Deserialize<'de> for SSS
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 SSS
impl StructuralPartialEq for SSS
Auto Trait Implementations§
impl Freeze for SSS
impl RefUnwindSafe for SSS
impl Send for SSS
impl Sync for SSS
impl Unpin for SSS
impl UnsafeUnpin for SSS
impl UnwindSafe for SSS
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