pub struct UpdatePaymentIntentTransferData {
pub amount: Option<i64>,
}
Expand description
Use this parameter to automatically create a Transfer when the payment succeeds. Learn more about the use case for connected accounts.
Fields§
§amount: Option<i64>
The amount that will be transferred automatically when a charge succeeds.
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentIntentTransferData
impl Clone for UpdatePaymentIntentTransferData
Source§fn clone(&self) -> UpdatePaymentIntentTransferData
fn clone(&self) -> UpdatePaymentIntentTransferData
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 moreimpl Copy for UpdatePaymentIntentTransferData
Auto Trait Implementations§
impl Freeze for UpdatePaymentIntentTransferData
impl RefUnwindSafe for UpdatePaymentIntentTransferData
impl Send for UpdatePaymentIntentTransferData
impl Sync for UpdatePaymentIntentTransferData
impl Unpin for UpdatePaymentIntentTransferData
impl UnwindSafe for UpdatePaymentIntentTransferData
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