pub struct SuccessFeeInvoicePayload {
pub recovered_amount_formatted: String,
pub period: String,
pub success_fee_amount_formatted: String,
pub user_name: String,
pub disputes_won_count: String,
pub payment_url: String,
pub support_url: String,
}Fields§
§recovered_amount_formatted: String§period: String§success_fee_amount_formatted: String§user_name: String§disputes_won_count: String§payment_url: String§support_url: StringTrait Implementations§
Source§impl Clone for SuccessFeeInvoicePayload
impl Clone for SuccessFeeInvoicePayload
Source§fn clone(&self) -> SuccessFeeInvoicePayload
fn clone(&self) -> SuccessFeeInvoicePayload
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 Debug for SuccessFeeInvoicePayload
impl Debug for SuccessFeeInvoicePayload
Source§impl<'de> Deserialize<'de> for SuccessFeeInvoicePayload
impl<'de> Deserialize<'de> for SuccessFeeInvoicePayload
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
Auto Trait Implementations§
impl Freeze for SuccessFeeInvoicePayload
impl RefUnwindSafe for SuccessFeeInvoicePayload
impl Send for SuccessFeeInvoicePayload
impl Sync for SuccessFeeInvoicePayload
impl Unpin for SuccessFeeInvoicePayload
impl UnsafeUnpin for SuccessFeeInvoicePayload
impl UnwindSafe for SuccessFeeInvoicePayload
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