Struct google_content2_sandbox::OrdersCustomBatchRequestEntryRefund[][src]

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

There is no detailed description.

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

Fields

The reason for the refund.

Deprecated. Please use amountPretax and amountTax instead.

The explanation of the reason.

Tax amount that correspond to refund amount in amountPretax.

The amount that is refunded. Either amount or amountPretax and amountTax should be filled.

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. Read more

impl Part for OrdersCustomBatchRequestEntryRefund
[src]

Auto Trait Implementations