Struct google_content2::OrderReportTransaction[][src]

pub struct OrderReportTransaction {
    pub order_id: Option<String>,
    pub disbursement_creation_date: Option<String>,
    pub product_amount: Option<Amount>,
    pub disbursement_id: Option<String>,
    pub transaction_date: Option<String>,
    pub merchant_order_id: Option<String>,
    pub disbursement_amount: Option<Price>,
    pub disbursement_date: Option<String>,
    pub merchant_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 id of the order.

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

Total amount for the items.

The ID of the disbursement.

The date of the transaction, in ISO 8601 format.

Merchant-provided id of the order.

The disbursement amount.

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

The ID of the managing account.

Trait Implementations

impl Default for OrderReportTransaction
[src]

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

impl Clone for OrderReportTransaction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OrderReportTransaction
[src]

Formats the value using the given formatter. Read more

impl Part for OrderReportTransaction
[src]

Auto Trait Implementations