Struct google_content2::OrderReportDisbursement[][src]

pub struct OrderReportDisbursement {
    pub disbursement_creation_date: Option<String>,
    pub disbursement_amount: Option<Price>,
    pub disbursement_date: Option<String>,
    pub merchant_id: Option<String>,
    pub disbursement_id: 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 disbursement date, in ISO 8601 format.

The disbursement amount.

The date the disbursement was initiated, in ISO 8601 format.

The ID of the managing account.

The ID of the disbursement.

Trait Implementations

impl Default for OrderReportDisbursement
[src]

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

impl Clone for OrderReportDisbursement
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OrderReportDisbursement
[src]

Formats the value using the given formatter. Read more

impl Part for OrderReportDisbursement
[src]

Auto Trait Implementations