pub struct CheckBillPayment {
pub print_status: Option<String>,
pub bank_account_ref: Option<NtRef>,
}Expand description
CheckBillPayment
Information about a check payment for the transaction.
Fields§
§print_status: Option<String>§bank_account_ref: Option<NtRef>Trait Implementations§
Source§impl Clone for CheckBillPayment
impl Clone for CheckBillPayment
Source§fn clone(&self) -> CheckBillPayment
fn clone(&self) -> CheckBillPayment
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 CheckBillPayment
impl Debug for CheckBillPayment
Source§impl Default for CheckBillPayment
impl Default for CheckBillPayment
Source§fn default() -> CheckBillPayment
fn default() -> CheckBillPayment
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CheckBillPayment
impl<'de> Deserialize<'de> for CheckBillPayment
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 CheckBillPayment
impl PartialEq for CheckBillPayment
Source§impl Serialize for CheckBillPayment
impl Serialize for CheckBillPayment
impl StructuralPartialEq for CheckBillPayment
Auto Trait Implementations§
impl Freeze for CheckBillPayment
impl RefUnwindSafe for CheckBillPayment
impl Send for CheckBillPayment
impl Sync for CheckBillPayment
impl Unpin for CheckBillPayment
impl UnwindSafe for CheckBillPayment
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