pub struct ExpressPushRequest {
pub BusinessShortCode: String,
pub Password: String,
pub Timestamp: String,
pub TransactionType: String,
pub Amount: String,
pub PartyA: String,
pub PartyB: String,
pub PhoneNumber: String,
pub CallBackURL: String,
pub AccountReference: String,
pub TransactionDesc: String,
}
Fields§
§BusinessShortCode: String
§Password: String
§Timestamp: String
§TransactionType: String
§Amount: String
§PartyA: String
§PartyB: String
§PhoneNumber: String
§CallBackURL: String
§AccountReference: String
§TransactionDesc: String
Trait Implementations§
Source§impl Clone for ExpressPushRequest
impl Clone for ExpressPushRequest
Source§fn clone(&self) -> ExpressPushRequest
fn clone(&self) -> ExpressPushRequest
Returns a copy 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 ExpressPushRequest
impl Debug for ExpressPushRequest
Auto Trait Implementations§
impl Freeze for ExpressPushRequest
impl RefUnwindSafe for ExpressPushRequest
impl Send for ExpressPushRequest
impl Sync for ExpressPushRequest
impl Unpin for ExpressPushRequest
impl UnwindSafe for ExpressPushRequest
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