Struct stripe::model::ApplicationFee
source · pub struct ApplicationFee {Show 14 fields
pub account: Value,
pub amount: i64,
pub amount_refunded: i64,
pub application: Value,
pub balance_transaction: Option<Value>,
pub charge: Value,
pub created: i64,
pub currency: String,
pub id: String,
pub livemode: bool,
pub object: String,
pub originating_transaction: Option<Value>,
pub refunded: bool,
pub refunds: FeeRefundList,
}Fields§
§account: Value§amount: i64§amount_refunded: i64§application: Value§balance_transaction: Option<Value>§charge: Value§created: i64§currency: String§id: String§livemode: bool§object: String§originating_transaction: Option<Value>§refunded: bool§refunds: FeeRefundListTrait Implementations§
source§impl Clone for ApplicationFee
impl Clone for ApplicationFee
source§fn clone(&self) -> ApplicationFee
fn clone(&self) -> ApplicationFee
Returns a copy 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 ApplicationFee
impl Debug for ApplicationFee
source§impl<'de> Deserialize<'de> for ApplicationFee
impl<'de> Deserialize<'de> for ApplicationFee
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
source§impl Display for ApplicationFee
impl Display for ApplicationFee
Auto Trait Implementations§
impl RefUnwindSafe for ApplicationFee
impl Send for ApplicationFee
impl Sync for ApplicationFee
impl Unpin for ApplicationFee
impl UnwindSafe for ApplicationFee
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