Struct stripe::PaymentMethodDetailsInteracPresentReceipt[][src]

pub struct PaymentMethodDetailsInteracPresentReceipt {
    pub account_type: Option<PaymentMethodDetailsInteracPresentReceiptAccountType>,
    pub application_cryptogram: Option<String>,
    pub application_preferred_name: Option<String>,
    pub authorization_code: Option<String>,
    pub authorization_response_code: Option<String>,
    pub cardholder_verification_method: Option<String>,
    pub dedicated_file_name: Option<String>,
    pub terminal_verification_results: Option<String>,
    pub transaction_status_information: Option<String>,
}

Fields

account_type: Option<PaymentMethodDetailsInteracPresentReceiptAccountType>

The type of account being debited or credited.

application_cryptogram: Option<String>

EMV tag 9F26, cryptogram generated by the integrated circuit chip.

application_preferred_name: Option<String>

Mnenomic of the Application Identifier.

authorization_code: Option<String>

Identifier for this transaction.

authorization_response_code: Option<String>

EMV tag 8A.

A code returned by the card issuer.

cardholder_verification_method: Option<String>

How the cardholder verified ownership of the card.

dedicated_file_name: Option<String>

EMV tag 84.

Similar to the application identifier stored on the integrated circuit chip.

terminal_verification_results: Option<String>

The outcome of a series of EMV functions performed by the card reader.

transaction_status_information: Option<String>

An indication of various EMV functions performed during the transaction.

Trait Implementations

impl Clone for PaymentMethodDetailsInteracPresentReceipt[src]

impl Debug for PaymentMethodDetailsInteracPresentReceipt[src]

impl<'de> Deserialize<'de> for PaymentMethodDetailsInteracPresentReceipt[src]

impl Serialize for PaymentMethodDetailsInteracPresentReceipt[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]