Struct google_content2_sandbox::OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption[][src]

pub struct OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption {
    pub reason: Option<String>,
    pub description: Option<String>,
}

There is no detailed description.

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

Fields

[required] Reason for the return.

Optional description of the return reason.

Trait Implementations

Auto Trait Implementations