pub struct RefundNextActionDisplayDetails {
pub email_sent: EmailSent,
pub expires_at: Timestamp,
}Fields§
§email_sent: EmailSent§expires_at: TimestampThe expiry timestamp.
Trait Implementations§
source§impl Clone for RefundNextActionDisplayDetails
impl Clone for RefundNextActionDisplayDetails
source§fn clone(&self) -> RefundNextActionDisplayDetails
fn clone(&self) -> RefundNextActionDisplayDetails
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 Default for RefundNextActionDisplayDetails
impl Default for RefundNextActionDisplayDetails
source§fn default() -> RefundNextActionDisplayDetails
fn default() -> RefundNextActionDisplayDetails
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RefundNextActionDisplayDetails
impl<'de> Deserialize<'de> for RefundNextActionDisplayDetails
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