pub struct PaymentReturnReason7 {
pub orgtr: Option<PartyIdentification272>,
pub rsn: Option<ReturnReason5Choice>,
pub addtl_inf: Option<Vec<String>>,
}Fields§
§orgtr: Option<PartyIdentification272>§rsn: Option<ReturnReason5Choice>§addtl_inf: Option<Vec<String>>Implementations§
Source§impl PaymentReturnReason7
impl PaymentReturnReason7
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PaymentReturnReason7
impl RefUnwindSafe for PaymentReturnReason7
impl Send for PaymentReturnReason7
impl Sync for PaymentReturnReason7
impl Unpin for PaymentReturnReason7
impl UnwindSafe for PaymentReturnReason7
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