Struct google_content2_sandbox::OrdersCustomBatchRequestEntryRefund [] [src]

pub struct OrdersCustomBatchRequestEntryRefund {
    pub amount: Option<Price>,
    pub reason_text: Option<String>,
    pub reason: Option<String>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

The amount that is refunded.

The explanation of the reason.

The reason for the refund.

Trait Implementations

impl Default for OrdersCustomBatchRequestEntryRefund
[src]

Returns the "default value" for a type. Read more

impl Clone for OrdersCustomBatchRequestEntryRefund
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OrdersCustomBatchRequestEntryRefund
[src]

Formats the value using the given formatter.

impl Part for OrdersCustomBatchRequestEntryRefund
[src]