pub struct LastTransactionsItem {
pub status: Option<Status>,
pub original_transaction_id: Option<String>,
pub signed_transaction_info: Option<String>,
pub signed_renewal_info: Option<String>,
}Expand description
The most recent App Store-signed transaction information and App Store-signed renewal information for an auto-renewable subscription.
Fields§
§status: Option<Status>The status of the auto-renewable subscription.
original_transaction_id: Option<String>The original transaction identifier of a purchase.
signed_transaction_info: Option<String>Transaction information signed by the App Store, in JSON Web Signature (JWS) format.
signed_renewal_info: Option<String>Subscription renewal information, signed by the App Store, in JSON Web Signature (JWS) format.
Trait Implementations§
Source§impl Clone for LastTransactionsItem
impl Clone for LastTransactionsItem
Source§fn clone(&self) -> LastTransactionsItem
fn clone(&self) -> LastTransactionsItem
Returns a duplicate 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 moreSource§impl Debug for LastTransactionsItem
impl Debug for LastTransactionsItem
Source§impl<'de> Deserialize<'de> for LastTransactionsItem
impl<'de> Deserialize<'de> for LastTransactionsItem
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for LastTransactionsItem
impl Hash for LastTransactionsItem
Source§impl PartialEq for LastTransactionsItem
impl PartialEq for LastTransactionsItem
Source§impl Serialize for LastTransactionsItem
impl Serialize for LastTransactionsItem
impl StructuralPartialEq for LastTransactionsItem
Auto Trait Implementations§
impl Freeze for LastTransactionsItem
impl RefUnwindSafe for LastTransactionsItem
impl Send for LastTransactionsItem
impl Sync for LastTransactionsItem
impl Unpin for LastTransactionsItem
impl UnwindSafe for LastTransactionsItem
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
Mutably borrows from an owned value. Read more