pub struct MerchantTransaction {
pub mcc: String,
pub token_transaction_identifier: String,
pub tokenization_method: String,
pub transaction_description_localised: String,
pub transaction_locale_country: String,
pub standin_correlation_id: String,
pub token_unique_reference: String,
pub ledger_insertion_id: String,
pub mastercard_lifecycle_id: String,
pub mastercard_approval_type: String,
pub mastercard_auth_message_id: String,
pub mastercard_card_id: String,
}Fields§
§mcc: String§token_transaction_identifier: String§tokenization_method: String§transaction_description_localised: String§transaction_locale_country: String§standin_correlation_id: String§token_unique_reference: String§ledger_insertion_id: String§mastercard_lifecycle_id: String§mastercard_approval_type: String§mastercard_auth_message_id: String§mastercard_card_id: StringTrait Implementations§
Source§impl Clone for MerchantTransaction
impl Clone for MerchantTransaction
Source§fn clone(&self) -> MerchantTransaction
fn clone(&self) -> MerchantTransaction
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 MerchantTransaction
impl Debug for MerchantTransaction
Source§impl<'de> Deserialize<'de> for MerchantTransaction
impl<'de> Deserialize<'de> for MerchantTransaction
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
Auto Trait Implementations§
impl Freeze for MerchantTransaction
impl RefUnwindSafe for MerchantTransaction
impl Send for MerchantTransaction
impl Sync for MerchantTransaction
impl Unpin for MerchantTransaction
impl UnwindSafe for MerchantTransaction
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
Mutably borrows from an owned value. Read more