pub enum PaymentType3Code {
Show 24 variants
CodeCBS,
CodeBCK,
CodeBAL,
CodeCLS,
CodeCTR,
CodeCBH,
CodeCBP,
CodeDPG,
CodeDPN,
CodeEXP,
CodeTCH,
CodeLMT,
CodeLIQ,
CodeDPP,
CodeDPH,
CodeDPS,
CodeSTF,
CodeTRP,
CodeTCS,
CodeLOA,
CodeLOR,
CodeTCP,
CodeOND,
CodeMGL,
}Variants§
CodeCBS
CodeBCK
CodeBAL
CodeCLS
CodeCTR
CodeCBH
CodeCBP
CodeDPG
CodeDPN
CodeEXP
CodeTCH
CodeLMT
CodeLIQ
CodeDPP
CodeDPH
CodeDPS
CodeSTF
CodeTRP
CodeTCS
CodeLOA
CodeLOR
CodeTCP
CodeOND
CodeMGL
Implementations§
Source§impl PaymentType3Code
impl PaymentType3Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PaymentType3Code
impl RefUnwindSafe for PaymentType3Code
impl Send for PaymentType3Code
impl Sync for PaymentType3Code
impl Unpin for PaymentType3Code
impl UnwindSafe for PaymentType3Code
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