pub struct StatementGroup5 {
pub grp_id: String,
pub sndr: PartyIdentification273,
pub sndr_indv_ctct: Option<Vec<Contact13>>,
pub rcvr: PartyIdentification273,
pub rcvr_indv_ctct: Option<Vec<Contact13>>,
pub bllg_stmt: Vec<BillingStatement5>,
}Fields§
§grp_id: String§sndr: PartyIdentification273§sndr_indv_ctct: Option<Vec<Contact13>>§rcvr: PartyIdentification273§rcvr_indv_ctct: Option<Vec<Contact13>>§bllg_stmt: Vec<BillingStatement5>Implementations§
Source§impl StatementGroup5
impl StatementGroup5
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for StatementGroup5
impl RefUnwindSafe for StatementGroup5
impl Send for StatementGroup5
impl Sync for StatementGroup5
impl Unpin for StatementGroup5
impl UnwindSafe for StatementGroup5
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