Struct gapi_grpc::google::ads::googleads::v5::common::TransactionAttribute [−][src]
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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
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][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,