Struct google_content2::OrderpaymentsNotifyRefundResponse [−][src]
pub struct OrderpaymentsNotifyRefundResponse {
pub kind: Option<String>,
pub execution_status: Option<String>,
}There is no detailed description.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- notifyrefund orderpayments (response)
Fields
kind: Option<String>
Identifies what kind of resource this is. Value: the fixed string "content#orderpaymentsNotifyRefundResponse".
execution_status: Option<String>
The status of the execution.
Trait Implementations
impl Default for OrderpaymentsNotifyRefundResponse[src]
impl Default for OrderpaymentsNotifyRefundResponsefn default() -> OrderpaymentsNotifyRefundResponse[src]
fn default() -> OrderpaymentsNotifyRefundResponseReturns the "default value" for a type. Read more
impl Clone for OrderpaymentsNotifyRefundResponse[src]
impl Clone for OrderpaymentsNotifyRefundResponsefn clone(&self) -> OrderpaymentsNotifyRefundResponse[src]
fn clone(&self) -> OrderpaymentsNotifyRefundResponseReturns 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 OrderpaymentsNotifyRefundResponse[src]
impl Debug for OrderpaymentsNotifyRefundResponsefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl ResponseResult for OrderpaymentsNotifyRefundResponse[src]
impl ResponseResult for OrderpaymentsNotifyRefundResponseAuto Trait Implementations
impl Send for OrderpaymentsNotifyRefundResponse
impl Send for OrderpaymentsNotifyRefundResponseimpl Sync for OrderpaymentsNotifyRefundResponse
impl Sync for OrderpaymentsNotifyRefundResponse