pub struct InstallmentInfo { /* private fields */ }Implementations§
Source§impl InstallmentInfo
impl InstallmentInfo
pub fn retrieve( req: &RetrieveInstallmentInfoRequest, options: &Options, ) -> Result<InstallmentInfo, Box<dyn Error>>
pub fn set_installment_details<T: Into<Vec<InstallmentDetail>>>( &mut self, installment_details: T, )
pub fn installment_details(&self) -> Option<&Vec<InstallmentDetail>>
Methods from Deref<Target = IyzipayResource>§
pub fn status(&self) -> Option<&String>
pub fn error_code(&self) -> Option<&String>
pub fn error_message(&self) -> Option<&String>
pub fn error_group(&self) -> Option<&String>
pub fn locale(&self) -> Option<&String>
pub fn system_time(&self) -> Option<&i64>
pub fn conversation_id(&self) -> Option<&String>
Trait Implementations§
Source§impl Debug for InstallmentInfo
impl Debug for InstallmentInfo
Source§impl Default for InstallmentInfo
impl Default for InstallmentInfo
Source§fn default() -> InstallmentInfo
fn default() -> InstallmentInfo
Returns the “default value” for a type. Read more
Source§impl Deref for InstallmentInfo
impl Deref for InstallmentInfo
Source§impl<'de> Deserialize<'de> for InstallmentInfo
impl<'de> Deserialize<'de> for InstallmentInfo
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
Source§impl PartialEq for InstallmentInfo
impl PartialEq for InstallmentInfo
Source§impl Serialize for InstallmentInfo
impl Serialize for InstallmentInfo
impl StructuralPartialEq for InstallmentInfo
Auto Trait Implementations§
impl Freeze for InstallmentInfo
impl RefUnwindSafe for InstallmentInfo
impl Send for InstallmentInfo
impl Sync for InstallmentInfo
impl Unpin for InstallmentInfo
impl UnwindSafe for InstallmentInfo
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