Struct stripe::model::CustomerBalanceTransaction
source · pub struct CustomerBalanceTransaction {Show 13 fields
pub amount: i64,
pub created: i64,
pub credit_note: Option<Value>,
pub currency: String,
pub customer: Value,
pub description: Option<String>,
pub ending_balance: i64,
pub id: String,
pub invoice: Option<Value>,
pub livemode: bool,
pub metadata: Option<Value>,
pub object: String,
pub type_: String,
}Fields§
§amount: i64§created: i64§credit_note: Option<Value>§currency: String§customer: Value§description: Option<String>§ending_balance: i64§id: String§invoice: Option<Value>§livemode: bool§metadata: Option<Value>§object: String§type_: StringTrait Implementations§
source§impl Clone for CustomerBalanceTransaction
impl Clone for CustomerBalanceTransaction
source§fn clone(&self) -> CustomerBalanceTransaction
fn clone(&self) -> CustomerBalanceTransaction
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 CustomerBalanceTransaction
impl Debug for CustomerBalanceTransaction
source§impl<'de> Deserialize<'de> for CustomerBalanceTransaction
impl<'de> Deserialize<'de> for CustomerBalanceTransaction
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 CustomerBalanceTransaction
impl Display for CustomerBalanceTransaction
Auto Trait Implementations§
impl RefUnwindSafe for CustomerBalanceTransaction
impl Send for CustomerBalanceTransaction
impl Sync for CustomerBalanceTransaction
impl Unpin for CustomerBalanceTransaction
impl UnwindSafe for CustomerBalanceTransaction
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