pub struct PayoutCompletedTransactionList { /* private fields */ }Implementations§
Source§impl PayoutCompletedTransactionList
impl PayoutCompletedTransactionList
pub fn retrieve( req: &RetrieveTransactionsRequest, options: &Options, ) -> Result<PayoutCompletedTransactionList, Box<dyn Error>>
pub fn set_payout_completed_transactions<T: Into<Vec<PayoutCompletedTransaction>>>( &mut self, payout_completed_transactions: T, )
pub fn payout_completed_transactions( &self, ) -> Option<&Vec<PayoutCompletedTransaction>>
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 Default for PayoutCompletedTransactionList
impl Default for PayoutCompletedTransactionList
Source§fn default() -> PayoutCompletedTransactionList
fn default() -> PayoutCompletedTransactionList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PayoutCompletedTransactionList
impl<'de> Deserialize<'de> for PayoutCompletedTransactionList
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
Auto Trait Implementations§
impl Freeze for PayoutCompletedTransactionList
impl RefUnwindSafe for PayoutCompletedTransactionList
impl Send for PayoutCompletedTransactionList
impl Sync for PayoutCompletedTransactionList
impl Unpin for PayoutCompletedTransactionList
impl UnwindSafe for PayoutCompletedTransactionList
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