Struct stripe::generated::core::payment_intent::CreatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer
source · pub struct CreatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer {
pub eu_bank_transfer: Option<CreatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer>,
pub requested_address_types: Option<Vec<CreatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransferRequestedAddressTypes>>,
pub type_: CreatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransferType,
}Fields§
§eu_bank_transfer: Option<CreatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer>Configuration for the eu_bank_transfer funding type.
requested_address_types: Option<Vec<CreatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransferRequestedAddressTypes>>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_: CreatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransferTypeThe 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 CreatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer
impl Clone for CreatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer
source§fn clone(
&self
) -> CreatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer
fn clone( &self ) -> CreatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer
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 CreatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer
impl Default for CreatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer
source§fn default(
) -> CreatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer
fn default( ) -> CreatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CreatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer
impl<'de> Deserialize<'de> for CreatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer
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