pub enum BalanceTransactionSourceUnion {
Show 16 variants
ApplicationFee(ApplicationFee),
Charge(Charge),
ConnectCollectionTransfer(ConnectCollectionTransfer),
Dispute(Dispute),
ApplicationFeeRefund(ApplicationFeeRefund),
IssuingAuthorization(IssuingAuthorization),
IssuingDispute(IssuingDispute),
IssuingTransaction(IssuingTransaction),
Payout(Payout),
PlatformTaxFee(PlatformTaxFee),
Refund(Refund),
ReserveTransaction(ReserveTransaction),
TaxDeductedAtSource(TaxDeductedAtSource),
Topup(Topup),
Transfer(Transfer),
TransferReversal(TransferReversal),
}Variants§
ApplicationFee(ApplicationFee)
Charge(Charge)
ConnectCollectionTransfer(ConnectCollectionTransfer)
Dispute(Dispute)
ApplicationFeeRefund(ApplicationFeeRefund)
IssuingAuthorization(IssuingAuthorization)
IssuingDispute(IssuingDispute)
IssuingTransaction(IssuingTransaction)
Payout(Payout)
PlatformTaxFee(PlatformTaxFee)
Refund(Refund)
ReserveTransaction(ReserveTransaction)
TaxDeductedAtSource(TaxDeductedAtSource)
Topup(Topup)
Transfer(Transfer)
TransferReversal(TransferReversal)
Trait Implementations§
source§impl Clone for BalanceTransactionSourceUnion
impl Clone for BalanceTransactionSourceUnion
source§fn clone(&self) -> BalanceTransactionSourceUnion
fn clone(&self) -> BalanceTransactionSourceUnion
Returns a copy 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<'de> Deserialize<'de> for BalanceTransactionSourceUnion
impl<'de> Deserialize<'de> for BalanceTransactionSourceUnion
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