pub struct PaymentSchedule1 {
pub pmt_schdl_id: Option<String>,
pub amt: Option<ActiveCurrencyAndAmount>,
pub xpctd_dt: Option<String>,
pub due_dt: Option<String>,
pub addtl_inf: Option<String>,
}Fields§
§pmt_schdl_id: Option<String>§amt: Option<ActiveCurrencyAndAmount>§xpctd_dt: Option<String>§due_dt: Option<String>§addtl_inf: Option<String>Implementations§
Source§impl PaymentSchedule1
impl PaymentSchedule1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PaymentSchedule1
impl RefUnwindSafe for PaymentSchedule1
impl Send for PaymentSchedule1
impl Sync for PaymentSchedule1
impl Unpin for PaymentSchedule1
impl UnwindSafe for PaymentSchedule1
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