pub struct RatibaRequestArgs { /* private fields */ }
Expand description
Builder for RatibaRequest
.
Implementations§
Source§impl RatibaRequestArgs
impl RatibaRequestArgs
pub fn StandingOrderName<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn StartDate<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn EndDate<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn BusinessShortCode<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn TransactionType<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn ReceiverPartyIdentifierType<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 CallBackURL<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn AccountReference<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn TransactionDesc<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn Frequency<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
Sourcepub fn build(&self) -> Result<RatibaRequest, RatibaRequestArgsError>
pub fn build(&self) -> Result<RatibaRequest, RatibaRequestArgsError>
Trait Implementations§
Source§impl Clone for RatibaRequestArgs
impl Clone for RatibaRequestArgs
Source§fn clone(&self) -> RatibaRequestArgs
fn clone(&self) -> RatibaRequestArgs
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 RatibaRequestArgs
impl Debug for RatibaRequestArgs
Auto Trait Implementations§
impl Freeze for RatibaRequestArgs
impl RefUnwindSafe for RatibaRequestArgs
impl Send for RatibaRequestArgs
impl Sync for RatibaRequestArgs
impl Unpin for RatibaRequestArgs
impl UnwindSafe for RatibaRequestArgs
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