pub struct SetupIntentNextActionVerifyWithMicrodeposits {
pub arrival_date: Timestamp,
pub hosted_verification_url: String,
pub microdeposit_type: Option<SetupIntentNextActionVerifyWithMicrodepositsMicrodepositType>,
}Fields§
§arrival_date: TimestampThe timestamp when the microdeposits are expected to land.
hosted_verification_url: StringThe URL for the hosted verification page, which allows customers to verify their bank account.
microdeposit_type: Option<SetupIntentNextActionVerifyWithMicrodepositsMicrodepositType>The type of the microdeposit sent to the customer. Used to distinguish between different verification methods.
Trait Implementations§
Source§impl Clone for SetupIntentNextActionVerifyWithMicrodeposits
impl Clone for SetupIntentNextActionVerifyWithMicrodeposits
Source§fn clone(&self) -> SetupIntentNextActionVerifyWithMicrodeposits
fn clone(&self) -> SetupIntentNextActionVerifyWithMicrodeposits
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl FromValueOpt for SetupIntentNextActionVerifyWithMicrodeposits
impl FromValueOpt for SetupIntentNextActionVerifyWithMicrodeposits
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for SetupIntentNextActionVerifyWithMicrodeposits
impl PartialEq for SetupIntentNextActionVerifyWithMicrodeposits
Source§fn eq(&self, other: &SetupIntentNextActionVerifyWithMicrodeposits) -> bool
fn eq(&self, other: &SetupIntentNextActionVerifyWithMicrodeposits) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SetupIntentNextActionVerifyWithMicrodeposits
impl StructuralPartialEq for SetupIntentNextActionVerifyWithMicrodeposits
Auto Trait Implementations§
impl Freeze for SetupIntentNextActionVerifyWithMicrodeposits
impl RefUnwindSafe for SetupIntentNextActionVerifyWithMicrodeposits
impl Send for SetupIntentNextActionVerifyWithMicrodeposits
impl Sync for SetupIntentNextActionVerifyWithMicrodeposits
impl Unpin for SetupIntentNextActionVerifyWithMicrodeposits
impl UnsafeUnpin for SetupIntentNextActionVerifyWithMicrodeposits
impl UnwindSafe for SetupIntentNextActionVerifyWithMicrodeposits
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