pub struct CreditNotesPaymentRecordRefund {
pub payment_record: String,
pub refund_group: String,
}Fields§
§payment_record: StringID of the payment record.
refund_group: StringID of the refund group.
Trait Implementations§
Source§impl Clone for CreditNotesPaymentRecordRefund
impl Clone for CreditNotesPaymentRecordRefund
Source§fn clone(&self) -> CreditNotesPaymentRecordRefund
fn clone(&self) -> CreditNotesPaymentRecordRefund
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 FromValueOpt for CreditNotesPaymentRecordRefund
impl FromValueOpt for CreditNotesPaymentRecordRefund
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for CreditNotesPaymentRecordRefund
impl RefUnwindSafe for CreditNotesPaymentRecordRefund
impl Send for CreditNotesPaymentRecordRefund
impl Sync for CreditNotesPaymentRecordRefund
impl Unpin for CreditNotesPaymentRecordRefund
impl UnwindSafe for CreditNotesPaymentRecordRefund
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