Struct aws_sdk_paymentcryptographydata::types::builders::CryptogramVerificationArpcMethod2Builder
source · #[non_exhaustive]pub struct CryptogramVerificationArpcMethod2Builder { /* private fields */ }
Expand description
A builder for CryptogramVerificationArpcMethod2
.
Implementations§
source§impl CryptogramVerificationArpcMethod2Builder
impl CryptogramVerificationArpcMethod2Builder
sourcepub fn card_status_update(self, input: impl Into<String>) -> Self
pub fn card_status_update(self, input: impl Into<String>) -> Self
The data indicating whether the issuer approves or declines an online transaction using an EMV chip card.
sourcepub fn set_card_status_update(self, input: Option<String>) -> Self
pub fn set_card_status_update(self, input: Option<String>) -> Self
The data indicating whether the issuer approves or declines an online transaction using an EMV chip card.
sourcepub fn get_card_status_update(&self) -> &Option<String>
pub fn get_card_status_update(&self) -> &Option<String>
The data indicating whether the issuer approves or declines an online transaction using an EMV chip card.
sourcepub fn proprietary_authentication_data(self, input: impl Into<String>) -> Self
pub fn proprietary_authentication_data(self, input: impl Into<String>) -> Self
The proprietary authentication data used by issuer for communication during online transaction using an EMV chip card.
sourcepub fn set_proprietary_authentication_data(self, input: Option<String>) -> Self
pub fn set_proprietary_authentication_data(self, input: Option<String>) -> Self
The proprietary authentication data used by issuer for communication during online transaction using an EMV chip card.
sourcepub fn get_proprietary_authentication_data(&self) -> &Option<String>
pub fn get_proprietary_authentication_data(&self) -> &Option<String>
The proprietary authentication data used by issuer for communication during online transaction using an EMV chip card.
sourcepub fn build(self) -> CryptogramVerificationArpcMethod2
pub fn build(self) -> CryptogramVerificationArpcMethod2
Consumes the builder and constructs a CryptogramVerificationArpcMethod2
.
Trait Implementations§
source§impl Clone for CryptogramVerificationArpcMethod2Builder
impl Clone for CryptogramVerificationArpcMethod2Builder
source§fn clone(&self) -> CryptogramVerificationArpcMethod2Builder
fn clone(&self) -> CryptogramVerificationArpcMethod2Builder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CryptogramVerificationArpcMethod2Builder
impl Default for CryptogramVerificationArpcMethod2Builder
source§fn default() -> CryptogramVerificationArpcMethod2Builder
fn default() -> CryptogramVerificationArpcMethod2Builder
source§impl PartialEq<CryptogramVerificationArpcMethod2Builder> for CryptogramVerificationArpcMethod2Builder
impl PartialEq<CryptogramVerificationArpcMethod2Builder> for CryptogramVerificationArpcMethod2Builder
source§fn eq(&self, other: &CryptogramVerificationArpcMethod2Builder) -> bool
fn eq(&self, other: &CryptogramVerificationArpcMethod2Builder) -> bool
self
and other
values to be equal, and is used
by ==
.