pub struct B2cTopUpRequestArgs { /* private fields */ }
Expand description
Builder for B2cTopUpRequest
.
Implementations§
Source§impl B2cTopUpRequestArgs
impl B2cTopUpRequestArgs
pub fn Initiator<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn SecurityCredential<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn CommandID<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn SenderIdentifierType<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn ReceiverIdentifierType<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn Amount<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn PartyA<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn PartyB<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn AccountReference<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn Requester<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn Remarks<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn QueueTimeOutURL<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn ResultURL<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
Sourcepub fn build(&self) -> Result<B2cTopUpRequest, B2cTopUpRequestArgsError>
pub fn build(&self) -> Result<B2cTopUpRequest, B2cTopUpRequestArgsError>
Trait Implementations§
Source§impl Clone for B2cTopUpRequestArgs
impl Clone for B2cTopUpRequestArgs
Source§fn clone(&self) -> B2cTopUpRequestArgs
fn clone(&self) -> B2cTopUpRequestArgs
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 B2cTopUpRequestArgs
impl Debug for B2cTopUpRequestArgs
Auto Trait Implementations§
impl Freeze for B2cTopUpRequestArgs
impl RefUnwindSafe for B2cTopUpRequestArgs
impl Send for B2cTopUpRequestArgs
impl Sync for B2cTopUpRequestArgs
impl Unpin for B2cTopUpRequestArgs
impl UnwindSafe for B2cTopUpRequestArgs
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