pub struct BusinessPayBillRequest {Show 13 fields
pub Initiator: String,
pub SecurityCredential: String,
pub CommandID: String,
pub SenderIdentifierType: String,
pub ReceiverIdentifierType: String,
pub Amount: String,
pub PartyA: String,
pub PartyB: String,
pub AccountReference: String,
pub Requester: String,
pub Remarks: String,
pub QueueTimeoutURL: String,
pub ResultURL: String,
}
Fields§
§Initiator: String
§SecurityCredential: String
§CommandID: String
§SenderIdentifierType: String
§ReceiverIdentifierType: String
§Amount: String
§PartyA: String
§PartyB: String
§AccountReference: String
§Requester: String
§Remarks: String
§QueueTimeoutURL: String
§ResultURL: String
Trait Implementations§
Source§impl Clone for BusinessPayBillRequest
impl Clone for BusinessPayBillRequest
Source§fn clone(&self) -> BusinessPayBillRequest
fn clone(&self) -> BusinessPayBillRequest
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 BusinessPayBillRequest
impl Debug for BusinessPayBillRequest
Auto Trait Implementations§
impl Freeze for BusinessPayBillRequest
impl RefUnwindSafe for BusinessPayBillRequest
impl Send for BusinessPayBillRequest
impl Sync for BusinessPayBillRequest
impl Unpin for BusinessPayBillRequest
impl UnwindSafe for BusinessPayBillRequest
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