pub enum SourceSubtype {
Show 31 variants
Contactless,
MagneticStrip,
ManualKeyEntry,
ChipAndPin,
Online,
Atm,
CreditAuth,
ApplePay,
AndroidPay,
FitbitPay,
GarminPay,
SamsungPay,
OtherWallet,
NotApplicable,
Unknown,
Deposit,
Overdraft,
SettleUp,
Nearby,
TransferSameCurrency,
SctPayment,
SctRejection,
SctReturn,
SctRecall,
SddPending,
SddPayment,
SddReturn,
CcExchange,
CcDomestic,
FxTransferSameAccountHolder,
FxTransferBetweenAccountHolders,
}
Expand description
The source subtype of the transaction
Variants§
Contactless
MagneticStrip
ManualKeyEntry
ChipAndPin
Online
Atm
CreditAuth
ApplePay
AndroidPay
FitbitPay
GarminPay
SamsungPay
OtherWallet
NotApplicable
Unknown
Deposit
Overdraft
SettleUp
Nearby
TransferSameCurrency
SctPayment
SctRejection
SctReturn
SctRecall
SddPending
SddPayment
SddReturn
CcExchange
CcDomestic
FxTransferSameAccountHolder
FxTransferBetweenAccountHolders
Trait Implementations§
Source§impl Clone for SourceSubtype
impl Clone for SourceSubtype
Source§fn clone(&self) -> SourceSubtype
fn clone(&self) -> SourceSubtype
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 SourceSubtype
impl Debug for SourceSubtype
Source§impl<'de> Deserialize<'de> for SourceSubtype
impl<'de> Deserialize<'de> for SourceSubtype
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 SourceSubtype
impl PartialEq for SourceSubtype
impl Copy for SourceSubtype
impl Eq for SourceSubtype
impl StructuralPartialEq for SourceSubtype
Auto Trait Implementations§
impl Freeze for SourceSubtype
impl RefUnwindSafe for SourceSubtype
impl Send for SourceSubtype
impl Sync for SourceSubtype
impl Unpin for SourceSubtype
impl UnwindSafe for SourceSubtype
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