pub struct PaymentReturnReason5 {
pub orgnl_bk_tx_cd: Option<BankTransactionCodeStructure4>,
pub orgtr: Option<PartyIdentification135>,
pub rsn: Option<ReturnReason5Choice>,
pub addtl_inf: Option<Vec<String>>,
}Fields§
§orgnl_bk_tx_cd: Option<BankTransactionCodeStructure4>§orgtr: Option<PartyIdentification135>§rsn: Option<ReturnReason5Choice>§addtl_inf: Option<Vec<String>>Implementations§
Source§impl PaymentReturnReason5
impl PaymentReturnReason5
pub fn validate(&self) -> Result<(), ValidationError>
Trait Implementations§
Source§impl Clone for PaymentReturnReason5
impl Clone for PaymentReturnReason5
Source§fn clone(&self) -> PaymentReturnReason5
fn clone(&self) -> PaymentReturnReason5
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 PaymentReturnReason5
impl Debug for PaymentReturnReason5
Source§impl Default for PaymentReturnReason5
impl Default for PaymentReturnReason5
Source§fn default() -> PaymentReturnReason5
fn default() -> PaymentReturnReason5
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PaymentReturnReason5
impl<'de> Deserialize<'de> for PaymentReturnReason5
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PaymentReturnReason5
impl PartialEq for PaymentReturnReason5
Source§impl Serialize for PaymentReturnReason5
impl Serialize for PaymentReturnReason5
impl StructuralPartialEq for PaymentReturnReason5
Auto Trait Implementations§
impl Freeze for PaymentReturnReason5
impl RefUnwindSafe for PaymentReturnReason5
impl Send for PaymentReturnReason5
impl Sync for PaymentReturnReason5
impl Unpin for PaymentReturnReason5
impl UnwindSafe for PaymentReturnReason5
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