Struct google_content2::OrderRefund [−][src]
pub struct OrderRefund {
pub amount: Option<Price>,
pub creation_date: Option<String>,
pub reason: Option<String>,
pub actor: Option<String>,
pub reason_text: Option<String>,
}There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
amount: Option<Price>
The amount that is refunded.
creation_date: Option<String>
Date on which the item has been created, in ISO 8601 format.
reason: Option<String>
The reason for the refund.
actor: Option<String>
The actor that created the refund.
reason_text: Option<String>
The explanation of the reason.
Trait Implementations
impl Default for OrderRefund[src]
impl Default for OrderRefundfn default() -> OrderRefund[src]
fn default() -> OrderRefundReturns the "default value" for a type. Read more
impl Clone for OrderRefund[src]
impl Clone for OrderRefundfn clone(&self) -> OrderRefund[src]
fn clone(&self) -> OrderRefundReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for OrderRefund[src]
impl Debug for OrderRefundfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for OrderRefund[src]
impl Part for OrderRefundAuto Trait Implementations
impl Send for OrderRefund
impl Send for OrderRefundimpl Sync for OrderRefund
impl Sync for OrderRefund