[][src]Enum stripe::BalanceTransactionSourceId

pub enum BalanceTransactionSourceId {
    None,
    ApplicationFee(ApplicationFeeId),
    Charge(ChargeId),
    Dispute(DisputeId),
    ApplicationFeeRefund(ApplicationFeeRefundId),
    IssuingAuthorization(IssuingAuthorizationId),
    IssuingTransaction(IssuingTransactionId),
    Payout(PayoutId),
    Refund(RefundId),
    Topup(TopupId),
    Transfer(TransferId),
    TransferReversal(TransferReversalId),
}

Variants

NoneApplicationFee(ApplicationFeeId)Charge(ChargeId)Dispute(DisputeId)ApplicationFeeRefund(ApplicationFeeRefundId)IssuingAuthorization(IssuingAuthorizationId)IssuingTransaction(IssuingTransactionId)Payout(PayoutId)Refund(RefundId)Topup(TopupId)Transfer(TransferId)TransferReversal(TransferReversalId)

Methods

impl BalanceTransactionSourceId[src]

pub fn as_str(&self) -> &str[src]

Trait Implementations

impl AsRef<str> for BalanceTransactionSourceId[src]

impl Eq for BalanceTransactionSourceId[src]

impl Clone for BalanceTransactionSourceId[src]

impl PartialOrd<BalanceTransactionSourceId> for BalanceTransactionSourceId[src]

impl Ord for BalanceTransactionSourceId[src]

impl PartialEq<BalanceTransactionSourceId> for BalanceTransactionSourceId[src]

impl PartialEq<str> for BalanceTransactionSourceId[src]

impl<'_> PartialEq<&'_ str> for BalanceTransactionSourceId[src]

impl PartialEq<String> for BalanceTransactionSourceId[src]

impl From<ApplicationFeeId> for BalanceTransactionSourceId[src]

impl From<ChargeId> for BalanceTransactionSourceId[src]

impl From<DisputeId> for BalanceTransactionSourceId[src]

impl From<ApplicationFeeRefundId> for BalanceTransactionSourceId[src]

impl From<IssuingAuthorizationId> for BalanceTransactionSourceId[src]

impl From<IssuingTransactionId> for BalanceTransactionSourceId[src]

impl From<PayoutId> for BalanceTransactionSourceId[src]

impl From<RefundId> for BalanceTransactionSourceId[src]

impl From<TopupId> for BalanceTransactionSourceId[src]

impl From<TransferId> for BalanceTransactionSourceId[src]

impl From<TransferReversalId> for BalanceTransactionSourceId[src]

impl Hash for BalanceTransactionSourceId[src]

impl Deref for BalanceTransactionSourceId[src]

type Target = str

The resulting type after dereferencing.

impl Display for BalanceTransactionSourceId[src]

impl Debug for BalanceTransactionSourceId[src]

impl FromStr for BalanceTransactionSourceId[src]

type Err = ParseIdError

The associated error which can be returned from parsing.

impl Serialize for BalanceTransactionSourceId[src]

impl<'de> Deserialize<'de> for BalanceTransactionSourceId[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> Erased for T

impl<'a, T> TryFrom<&'a str> for T where
    T: FromStr

type Err = <T as FromStr>::Err

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err

impl<T> Same<T> for T

type Output = T

Should always be Self