pub struct ThreeDSecureAuthenticationApiSchema {
pub protocol_version: Option<String>,
pub response_code: String,
pub challenge_issued: Option<bool>,
pub reason_text: Option<String>,
pub reason_code: Option<Value>,
}
Fields§
§protocol_version: Option<String>
§response_code: String
An enumeration.
challenge_issued: Option<bool>
§reason_text: Option<String>
§reason_code: Option<Value>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ThreeDSecureAuthenticationApiSchema
impl<'de> Deserialize<'de> for ThreeDSecureAuthenticationApiSchema
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 ThreeDSecureAuthenticationApiSchema
impl RefUnwindSafe for ThreeDSecureAuthenticationApiSchema
impl Send for ThreeDSecureAuthenticationApiSchema
impl Sync for ThreeDSecureAuthenticationApiSchema
impl Unpin for ThreeDSecureAuthenticationApiSchema
impl UnwindSafe for ThreeDSecureAuthenticationApiSchema
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