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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more