Struct google_api_proto::google::ads::googleads::v17::common::TransactionAttribute
source · 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>,
pub item_attribute: Option<ItemAttribute>,
}
Expand description
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[+/-HH:MM]”, where [+/-HH:MM] is an optional timezone offset from UTC. If the offset is absent, the API will use the account’s timezone as default. Examples: “2018-03-05 09:15:00” or “2018-02-01 14:34:30+03:00”
transaction_amount_micros: Option<f64>
Transaction amount in micros. Required. Transaction amount in micros needs to be greater than 1000. If item Attributes are provided, it represents the total value of the items, after multiplying the unit price per item by the quantity provided in the ItemAttributes.
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.
item_attribute: Option<ItemAttribute>
Item attributes of the transaction.
Implementations§
source§impl TransactionAttribute
impl TransactionAttribute
sourcepub fn transaction_date_time(&self) -> &str
pub fn transaction_date_time(&self) -> &str
Returns the value of transaction_date_time
, or the default value if transaction_date_time
is unset.
sourcepub fn transaction_amount_micros(&self) -> f64
pub fn transaction_amount_micros(&self) -> f64
Returns the value of transaction_amount_micros
, or the default value if transaction_amount_micros
is unset.
sourcepub fn currency_code(&self) -> &str
pub fn currency_code(&self) -> &str
Returns the value of currency_code
, or the default value if currency_code
is unset.
sourcepub fn conversion_action(&self) -> &str
pub fn conversion_action(&self) -> &str
Returns the value of conversion_action
, or the default value if conversion_action
is unset.
sourcepub fn order_id(&self) -> &str
pub fn order_id(&self) -> &str
Returns the value of order_id
, or the default value if order_id
is unset.
sourcepub fn custom_value(&self) -> &str
pub fn custom_value(&self) -> &str
Returns the value of custom_value
, or the default value if custom_value
is unset.
Trait Implementations§
source§impl Clone for TransactionAttribute
impl Clone for TransactionAttribute
source§fn clone(&self) -> TransactionAttribute
fn clone(&self) -> TransactionAttribute
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for TransactionAttribute
impl Debug for TransactionAttribute
source§impl Default for TransactionAttribute
impl Default for TransactionAttribute
source§impl Message for TransactionAttribute
impl Message for TransactionAttribute
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for TransactionAttribute
impl PartialEq for TransactionAttribute
source§fn eq(&self, other: &TransactionAttribute) -> bool
fn eq(&self, other: &TransactionAttribute) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TransactionAttribute
Auto Trait Implementations§
impl Freeze for TransactionAttribute
impl RefUnwindSafe for TransactionAttribute
impl Send for TransactionAttribute
impl Sync for TransactionAttribute
impl Unpin for TransactionAttribute
impl UnwindSafe for TransactionAttribute
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request