pub struct FIR {
pub _01: String,
pub _02: String,
pub _03: E782,
pub _04: Option<String>,
pub _05: Option<String>,
pub _06: Option<E623>,
pub _07: Option<String>,
pub _08: Option<String>,
pub _09: Option<String>,
pub _10: Option<E1197>,
pub _11: Option<String>,
pub _12: Option<E782>,
}Expand description
FIR - Financial Information
To provide financial transaction detail for financial account reporting
| REF | ID | NAME | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|
| 01 | 1270 | Code List Qualifier Code | M | ID | 1/3 |
| 02 | 1271 | Industry Code | M | AN | 1/30 |
| 03 | 782 | Monetary Amount | M | R | 1/18 |
| 04 | 373 | Date | O | DT | 8/8 |
| 05 | 337 | Time | X | TM | 4/8 |
| 06 | 623 | Time Code | O | ID | 2/2 |
| 07 | 380 | Quantity | O | R | 1/15 |
| 08 | 380 | Quantity | O | R | 1/15 |
| 09 | 478 | Credit/Debit Flag Code | O | ID | 1/1 |
| 10 | 1197 | Financial Transaction Status Code | O | ID | 1/2 |
| 11 | 100 | Currency Code | X | ID | 3/3 |
| 12 | 782 | Monetary Amount | O | R | 1/18 |
Fields§
§_01: String§_02: String§_03: E782§_04: Option<String>§_05: Option<String>§_06: Option<E623>§_07: Option<String>§_08: Option<String>§_09: Option<String>§_10: Option<E1197>§_11: Option<String>§_12: Option<E782>Trait Implementations§
Source§impl<'de> Deserialize<'de> for FIR
impl<'de> Deserialize<'de> for FIR
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 FIR
impl StructuralPartialEq for FIR
Auto Trait Implementations§
impl Freeze for FIR
impl RefUnwindSafe for FIR
impl Send for FIR
impl Sync for FIR
impl Unpin for FIR
impl UnsafeUnpin for FIR
impl UnwindSafe for FIR
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