pub struct CreditTransferTransactionInfo {
pub payment_id: PaymentId,
pub amount: Amount,
pub creditor_agent: CreditorAgent,
pub creditor: Creditor,
pub creditor_account: CreditorAccount,
pub remittance_info: RemittanceInfo,
}Fields§
§payment_id: PaymentId§amount: Amount§creditor_agent: CreditorAgent§creditor: Creditor§creditor_account: CreditorAccount§remittance_info: RemittanceInfoTrait Implementations§
Source§impl<'de> Deserialize<'de> for CreditTransferTransactionInfo
impl<'de> Deserialize<'de> for CreditTransferTransactionInfo
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 CreditTransferTransactionInfo
impl PartialEq for CreditTransferTransactionInfo
Source§fn eq(&self, other: &CreditTransferTransactionInfo) -> bool
fn eq(&self, other: &CreditTransferTransactionInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreditTransferTransactionInfo
Auto Trait Implementations§
impl Freeze for CreditTransferTransactionInfo
impl RefUnwindSafe for CreditTransferTransactionInfo
impl Send for CreditTransferTransactionInfo
impl Sync for CreditTransferTransactionInfo
impl Unpin for CreditTransferTransactionInfo
impl UnwindSafe for CreditTransferTransactionInfo
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