Struct stripe::generated::core::payment_intent::UpdatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer
source · pub struct UpdatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer {
pub eu_bank_transfer: Option<UpdatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer>,
pub requested_address_types: Option<Vec<UpdatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransferRequestedAddressTypes>>,
pub type_: UpdatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransferType,
}Fields§
§eu_bank_transfer: Option<UpdatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer>Configuration for the eu_bank_transfer funding type.
requested_address_types: Option<Vec<UpdatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransferRequestedAddressTypes>>List of address types that should be returned in the financial_addresses response.
If not specified, all valid types will be returned. Permitted values include: sort_code, zengin, iban, or spei.
type_: UpdatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransferTypeThe list of bank transfer types that this PaymentIntent is allowed to use for funding Permitted values include: eu_bank_transfer, gb_bank_transfer, jp_bank_transfer, or mx_bank_transfer.
Trait Implementations§
source§impl Clone for UpdatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer
impl Clone for UpdatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer
source§fn clone(
&self
) -> UpdatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer
fn clone( &self ) -> UpdatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer
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 UpdatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer
impl Default for UpdatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer
source§fn default(
) -> UpdatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer
fn default( ) -> UpdatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for UpdatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer
impl<'de> Deserialize<'de> for UpdatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer
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