Struct ramp_api::Reimbursement [−][src]
pub struct Reimbursement {
pub amount: f64,
pub user_id: String,
pub created_at: DateTime<Utc>,
pub transaction_date: NaiveDate,
pub id: String,
pub currency: String,
pub merchant: String,
}Fields
amount: f64user_id: Stringcreated_at: DateTime<Utc>transaction_date: NaiveDateid: Stringcurrency: Stringmerchant: StringTrait Implementations
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 RefUnwindSafe for Reimbursementimpl Send for Reimbursementimpl Sync for Reimbursementimpl Unpin for Reimbursementimpl UnwindSafe for ReimbursementBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more