Struct aws_sdk_devicefarm::model::OfferingTransaction
source · #[non_exhaustive]pub struct OfferingTransaction { /* private fields */ }Expand description
Represents the metadata of an offering transaction.
Implementations§
source§impl OfferingTransaction
impl OfferingTransaction
sourcepub fn offering_status(&self) -> Option<&OfferingStatus>
pub fn offering_status(&self) -> Option<&OfferingStatus>
The status of an offering transaction.
sourcepub fn transaction_id(&self) -> Option<&str>
pub fn transaction_id(&self) -> Option<&str>
The transaction ID of the offering transaction.
sourcepub fn offering_promotion_id(&self) -> Option<&str>
pub fn offering_promotion_id(&self) -> Option<&str>
The ID that corresponds to a device offering promotion.
sourcepub fn created_on(&self) -> Option<&DateTime>
pub fn created_on(&self) -> Option<&DateTime>
The date on which an offering transaction was created.
sourcepub fn cost(&self) -> Option<&MonetaryAmount>
pub fn cost(&self) -> Option<&MonetaryAmount>
The cost of an offering transaction.
source§impl OfferingTransaction
impl OfferingTransaction
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture OfferingTransaction.
Trait Implementations§
source§impl Clone for OfferingTransaction
impl Clone for OfferingTransaction
source§fn clone(&self) -> OfferingTransaction
fn clone(&self) -> OfferingTransaction
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more