pub struct DisputeEnhancedEvidenceVisaCompliance {
pub fee_acknowledged: bool,
}
Fields§
§fee_acknowledged: bool
A field acknowledging the fee incurred when countering a Visa compliance dispute. If this field is set to true, evidence can be submitted for the compliance dispute. Stripe collects a 500 USD (or local equivalent) amount to cover the network costs associated with resolving compliance disputes. Stripe refunds the 500 USD network fee if you win the dispute.
Trait Implementations§
Source§impl Clone for DisputeEnhancedEvidenceVisaCompliance
impl Clone for DisputeEnhancedEvidenceVisaCompliance
Source§fn clone(&self) -> DisputeEnhancedEvidenceVisaCompliance
fn clone(&self) -> DisputeEnhancedEvidenceVisaCompliance
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 DisputeEnhancedEvidenceVisaCompliance
impl FromValueOpt for DisputeEnhancedEvidenceVisaCompliance
fn from_value(v: Value) -> Option<Self>
impl Copy for DisputeEnhancedEvidenceVisaCompliance
Auto Trait Implementations§
impl Freeze for DisputeEnhancedEvidenceVisaCompliance
impl RefUnwindSafe for DisputeEnhancedEvidenceVisaCompliance
impl Send for DisputeEnhancedEvidenceVisaCompliance
impl Sync for DisputeEnhancedEvidenceVisaCompliance
impl Unpin for DisputeEnhancedEvidenceVisaCompliance
impl UnwindSafe for DisputeEnhancedEvidenceVisaCompliance
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