pub struct CardAggregated2 {
pub addtl_svc: Option<CardPaymentServiceType2Code>,
pub tx_ctgy: Option<String>,
pub sale_rcncltn_id: Option<String>,
pub seq_nb_rg: Option<CardSequenceNumberRange1>,
pub tx_dt_rg: Option<DateOrDateTimePeriod1Choice>,
}Fields§
§addtl_svc: Option<CardPaymentServiceType2Code>§tx_ctgy: Option<String>§sale_rcncltn_id: Option<String>§seq_nb_rg: Option<CardSequenceNumberRange1>§tx_dt_rg: Option<DateOrDateTimePeriod1Choice>Implementations§
Source§impl CardAggregated2
impl CardAggregated2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CardAggregated2
impl RefUnwindSafe for CardAggregated2
impl Send for CardAggregated2
impl Sync for CardAggregated2
impl Unpin for CardAggregated2
impl UnwindSafe for CardAggregated2
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