Struct ramp_api::types::Data [−][src]
pub struct Data {}Show 15 fields
pub accounting_categories: Vec<AccountingCategories>, pub amount: f64, pub card_holder: CardHolder, pub card_id: String, pub disputes: Vec<Disputes>, pub id: String, pub memo: String, pub merchant_id: String, pub merchant_name: String, pub policy_violations: Vec<PolicyViolations>, pub receipts: Vec<String>, pub sk_category_id: f64, pub sk_category_name: String, pub state: String, pub user_transaction_time: Option<DateTime<Utc>>,
Expand description
Ramp transaction
Fields
accounting_categories: Vec<AccountingCategories>
Ramp transaction
amount: f64
card_holder: CardHolder
card_id: String
disputes: Vec<Disputes>
Ramp transaction
id: String
memo: String
Ramp transaction
merchant_id: String
merchant_name: String
policy_violations: Vec<PolicyViolations>
Ramp transaction
receipts: Vec<String>
Ramp transaction
sk_category_id: f64
sk_category_name: String
state: String
user_transaction_time: Option<DateTime<Utc>>
Trait 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 Data
impl UnwindSafe for Data
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more