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 copy 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 moresource§impl Default for SetupIntentNextActionVerifyWithMicrodeposits
impl Default for SetupIntentNextActionVerifyWithMicrodeposits
source§fn default() -> SetupIntentNextActionVerifyWithMicrodeposits
fn default() -> SetupIntentNextActionVerifyWithMicrodeposits
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SetupIntentNextActionVerifyWithMicrodeposits
impl<'de> Deserialize<'de> for SetupIntentNextActionVerifyWithMicrodeposits
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