pub enum _6347 {
_1,
_2,
_3,
_4,
_5,
_6,
_7,
}Expand description
Currency usage code qualifier
Code qualifying the usage of a currency.
Variants§
_1
Charge payment currency
The currency in which charges are to be paid.
_2
Reference currency
The currency applicable to amounts stated. It may have to be converted.
_3
Target currency
The currency which should be used to the target destination of the transaction.
_4
Transport document currency
Currency applicable to amounts stated in a transport document/message.
_5
Calculation base currency
Currency on which the calculation is based.
_6
Information Currency
Additional currency the message recipient needs for information purposes. The actual message amount(s) is/are not based upon this currency.
_7
Currency of the account
Currency in which the account is held.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for _6347
impl<'de> Deserialize<'de> for _6347
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
Auto Trait Implementations§
impl Freeze for _6347
impl RefUnwindSafe for _6347
impl Send for _6347
impl Sync for _6347
impl Unpin for _6347
impl UnwindSafe for _6347
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