pub struct MT103 { /* private fields */ }
Expand description
MT103: Single Customer Credit Transfer
Implementations§
Source§impl MT103
impl MT103
Sourcepub fn sender_reference(&self) -> Result<String>
pub fn sender_reference(&self) -> Result<String>
Get sender’s reference (Field 20)
Sourcepub fn bank_operation_code(&self) -> Result<String>
pub fn bank_operation_code(&self) -> Result<String>
Get bank operation code (Field 23B)
Sourcepub fn value_date_currency_amount(&self) -> Result<String>
pub fn value_date_currency_amount(&self) -> Result<String>
Get value date, currency and amount (Field 32A)
Sourcepub fn value_date(&self) -> Result<NaiveDate>
pub fn value_date(&self) -> Result<NaiveDate>
Get value date from field 32A
Sourcepub fn ordering_customer(&self) -> Result<String>
pub fn ordering_customer(&self) -> Result<String>
Get ordering customer (Field 50K)
Sourcepub fn ordering_institution(&self) -> Option<String>
pub fn ordering_institution(&self) -> Option<String>
Get ordering institution (Field 52A) - optional
Sourcepub fn senders_correspondent(&self) -> Option<String>
pub fn senders_correspondent(&self) -> Option<String>
Get sender’s correspondent (Field 53A) - optional
Sourcepub fn receivers_correspondent(&self) -> Option<String>
pub fn receivers_correspondent(&self) -> Option<String>
Get receiver’s correspondent (Field 54A) - optional
Sourcepub fn third_reimbursement_institution(&self) -> Option<String>
pub fn third_reimbursement_institution(&self) -> Option<String>
Get third reimbursement institution (Field 55A) - optional
Sourcepub fn intermediary_institution(&self) -> Option<String>
pub fn intermediary_institution(&self) -> Option<String>
Get intermediary institution (Field 56A) - optional
Sourcepub fn account_with_institution(&self) -> Option<String>
pub fn account_with_institution(&self) -> Option<String>
Get account with institution (Field 57A) - optional
Sourcepub fn beneficiary(&self) -> Result<String>
pub fn beneficiary(&self) -> Result<String>
Get beneficiary customer (Field 59)
Sourcepub fn beneficiary_customer(&self) -> Result<String>
pub fn beneficiary_customer(&self) -> Result<String>
Get beneficiary customer (Field 59) - alias for beneficiary()
Sourcepub fn remittance_information(&self) -> Option<String>
pub fn remittance_information(&self) -> Option<String>
Get remittance information (Field 70) - optional
Sourcepub fn details_of_charges(&self) -> Option<String>
pub fn details_of_charges(&self) -> Option<String>
Get details of charges (Field 71A) - optional
Sourcepub fn senders_charges(&self) -> Option<String>
pub fn senders_charges(&self) -> Option<String>
Get sender’s charges (Field 71F) - optional
Sourcepub fn receivers_charges(&self) -> Option<String>
pub fn receivers_charges(&self) -> Option<String>
Get receiver’s charges (Field 71G) - optional