Struct coinbase_api::Hold [−][src]
pub struct Hold {
pub id: String,
pub created_at: DateTime<Utc>,
pub updated_at: Option<DateTime<Utc>>,
pub amount: Decimal,
pub hold_type: HoldType,
pub hold_ref: String,
}Fields
id: String
created_at: DateTime<Utc>
updated_at: Option<DateTime<Utc>>
amount: Decimal
hold_type: HoldType
hold_ref: String