pub struct SetupIntentNextActionVerifyWithMicrodeposits {
pub arrival_date: i64,
pub hosted_verification_url: String,
pub microdeposit_type: Option<SetupIntentNextActionVerifyWithMicrodepositsMicrodepositType>,
}
Fields§
§arrival_date: i64
The timestamp when the microdeposits are expected to land.
hosted_verification_url: String
The 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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for SetupIntentNextActionVerifyWithMicrodeposits
impl RefUnwindSafe for SetupIntentNextActionVerifyWithMicrodeposits
impl Send for SetupIntentNextActionVerifyWithMicrodeposits
impl Sync for SetupIntentNextActionVerifyWithMicrodeposits
impl Unpin 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