Struct gapi_grpc::google::ads::googleads::v4::common::TransactionAttribute[][src]

pub struct TransactionAttribute {
    pub transaction_date_time: Option<String>,
    pub transaction_amount_micros: Option<f64>,
    pub currency_code: Option<String>,
    pub conversion_action: Option<String>,
    pub order_id: Option<String>,
    pub store_attribute: Option<StoreAttribute>,
    pub custom_value: Option<String>,
}

Attribute of the store sales transaction.

Fields

transaction_date_time: Option<String>

Timestamp when transaction occurred. Required. The format is “YYYY-MM-DD HH:MM:SS”. Examples: “2018-03-05 09:15:00” or “2018-02-01 14:34:30”

transaction_amount_micros: Option<f64>

Transaction amount in micros. Required.

currency_code: Option<String>

Transaction currency code. ISO 4217 three-letter code is used. Required.

conversion_action: Option<String>

The resource name of conversion action to report conversions to. Required.

order_id: Option<String>

Transaction order id. Accessible only to customers on the allow-list.

store_attribute: Option<StoreAttribute>

Store attributes of the transaction. Accessible only to customers on the allow-list.

custom_value: Option<String>

Value of the custom variable for each transaction. Accessible only to customers on the allow-list.

Trait Implementations

impl Clone for TransactionAttribute[src]

impl Debug for TransactionAttribute[src]

impl Default for TransactionAttribute[src]

impl Message for TransactionAttribute[src]

impl PartialEq<TransactionAttribute> for TransactionAttribute[src]

impl StructuralPartialEq for TransactionAttribute[src]

Auto Trait Implementations

impl RefUnwindSafe for TransactionAttribute

impl Send for TransactionAttribute

impl Sync for TransactionAttribute

impl Unpin for TransactionAttribute

impl UnwindSafe for TransactionAttribute

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]