pub struct ExpressQueryRequest {
pub BusinessShortCode: String,
pub Password: String,
pub Timestamp: String,
pub CheckoutRequestID: String,
}Fields§
§BusinessShortCode: String§Password: StringBase64 encoding
Timestamp: StringTimesatmp of the transaction whose status is being checked
CheckoutRequestID: StringTrait Implementations§
Source§impl Clone for ExpressQueryRequest
impl Clone for ExpressQueryRequest
Source§fn clone(&self) -> ExpressQueryRequest
fn clone(&self) -> ExpressQueryRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExpressQueryRequest
impl Debug for ExpressQueryRequest
Auto Trait Implementations§
impl Freeze for ExpressQueryRequest
impl RefUnwindSafe for ExpressQueryRequest
impl Send for ExpressQueryRequest
impl Sync for ExpressQueryRequest
impl Unpin for ExpressQueryRequest
impl UnwindSafe for ExpressQueryRequest
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