Enum stripe::BalanceTransactionSourceUnion [−][src]
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)
Tuple Fields
Charge(Charge)
Tuple Fields
0: Charge
ConnectCollectionTransfer(ConnectCollectionTransfer)
Tuple Fields
Dispute(Dispute)
Tuple Fields
0: Dispute
ApplicationFeeRefund(ApplicationFeeRefund)
Tuple Fields
IssuingAuthorization(IssuingAuthorization)
Tuple Fields
IssuingDispute(IssuingDispute)
Tuple Fields
IssuingTransaction(IssuingTransaction)
Tuple Fields
Payout(Payout)
Tuple Fields
0: Payout
PlatformTaxFee(PlatformTaxFee)
Tuple Fields
Refund(Refund)
Tuple Fields
0: Refund
ReserveTransaction(ReserveTransaction)
Tuple Fields
TaxDeductedAtSource(TaxDeductedAtSource)
Tuple Fields
Topup(Topup)
Tuple Fields
0: Topup
Transfer(Transfer)
Tuple Fields
0: Transfer
TransferReversal(TransferReversal)
Tuple Fields
Trait Implementations
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 Send for BalanceTransactionSourceUnion
impl Sync for BalanceTransactionSourceUnion
impl Unpin for BalanceTransactionSourceUnion
impl UnwindSafe for BalanceTransactionSourceUnion
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more