pub struct CDD {Show 14 fields
pub _01: E426,
pub _02: String,
pub _03: Option<String>,
pub _04: Option<E610>,
pub _05: Option<E1073>,
pub _06: Option<String>,
pub _07: Option<E477>,
pub _08: Option<String>,
pub _09: Option<E427>,
pub _10: Option<E236>,
pub _11: Option<E212>,
pub _12: Option<E236>,
pub _13: Option<E212>,
pub _14: Option<String>,
}Expand description
CDD - Credit/Debit Adjustment Detail
To convey the reason for, and the detail of, a credit or debit adjustment
| REF | ID | NAME | REPEAT | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|---|
| 01 | 426 | Adjustment Reason Code | 1 | M | ID | 2/2 |
| 02 | 478 | Credit/Debit Flag Code | 1 | M | ID | 1/1 |
| 03 | 350 | Assigned Identification | 1 | O | AN | 1/20 |
| 04 | 610 | Amount | 1 | X | N2 | 1/15 |
| 05 | 1073 | Yes/No Condition or Response Code | 1 | O | ID | 1/1 |
| 06 | 417 | Price Bracket Identifier | 1 | O | AN | 1/3 |
| 07 | 477 | Credit/Debit Quantity | 1 | X | R | 1/10 |
| 08 | 355 | Unit or Basis for Measurement Code | 1 | X | ID | 2/2 |
| 09 | 427 | Unit Price Difference | 1 | O | R | 1/15 |
| 10 | 236 | Price Identifier Code | 1 | X | ID | 3/3 |
| 11 | 212 | Unit Price | 1 | X | R | 1/17 |
| 12 | 236 | Price Identifier Code | 1 | X | ID | 3/3 |
| 13 | 212 | Unit Price | 1 | X | R | 1/17 |
| 14 | 933 | Free-form Message Text | 1 | O | AN | 1/264 |
Fields§
§_01: E426§_02: String§_03: Option<String>§_04: Option<E610>§_05: Option<E1073>§_06: Option<String>§_07: Option<E477>§_08: Option<String>§_09: Option<E427>§_10: Option<E236>§_11: Option<E212>§_12: Option<E236>§_13: Option<E212>§_14: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for CDD
impl<'de> Deserialize<'de> for CDD
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 CDD
impl StructuralPartialEq for CDD
Auto Trait Implementations§
impl Freeze for CDD
impl RefUnwindSafe for CDD
impl Send for CDD
impl Sync for CDD
impl Unpin for CDD
impl UnsafeUnpin for CDD
impl UnwindSafe for CDD
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