Struct google_content2_sandbox::OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption[][src]

pub struct OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption {
    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 refund.

Optional description of the refund reason.

Trait Implementations

Auto Trait Implementations