pub struct TaxProductResourceTaxAssociationTransactionAttempts {
pub committed: Option<TaxProductResourceTaxAssociationTransactionAttemptsResourceCommitted>,
pub errored: Option<TaxProductResourceTaxAssociationTransactionAttemptsResourceErrored>,
pub source: String,
pub status: String,
}Fields§
§committed: Option<TaxProductResourceTaxAssociationTransactionAttemptsResourceCommitted>§errored: Option<TaxProductResourceTaxAssociationTransactionAttemptsResourceErrored>§source: StringThe source of the tax transaction attempt. This is either a refund or a payment intent.
status: StringThe status of the transaction attempt. This can be errored or committed.
Trait Implementations§
Source§impl Clone for TaxProductResourceTaxAssociationTransactionAttempts
impl Clone for TaxProductResourceTaxAssociationTransactionAttempts
Source§fn clone(&self) -> TaxProductResourceTaxAssociationTransactionAttempts
fn clone(&self) -> TaxProductResourceTaxAssociationTransactionAttempts
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 FromValueOpt for TaxProductResourceTaxAssociationTransactionAttempts
impl FromValueOpt for TaxProductResourceTaxAssociationTransactionAttempts
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for TaxProductResourceTaxAssociationTransactionAttempts
impl RefUnwindSafe for TaxProductResourceTaxAssociationTransactionAttempts
impl Send for TaxProductResourceTaxAssociationTransactionAttempts
impl Sync for TaxProductResourceTaxAssociationTransactionAttempts
impl Unpin for TaxProductResourceTaxAssociationTransactionAttempts
impl UnwindSafe for TaxProductResourceTaxAssociationTransactionAttempts
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