pub struct IncrementAuthorizationPaymentIntentTransferData {
pub amount: Option<i64>,
}
Expand description
The parameters used to automatically create a transfer after the payment is captured. 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 IncrementAuthorizationPaymentIntentTransferData
impl Clone for IncrementAuthorizationPaymentIntentTransferData
Source§fn clone(&self) -> IncrementAuthorizationPaymentIntentTransferData
fn clone(&self) -> IncrementAuthorizationPaymentIntentTransferData
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 IncrementAuthorizationPaymentIntentTransferData
Auto Trait Implementations§
impl Freeze for IncrementAuthorizationPaymentIntentTransferData
impl RefUnwindSafe for IncrementAuthorizationPaymentIntentTransferData
impl Send for IncrementAuthorizationPaymentIntentTransferData
impl Sync for IncrementAuthorizationPaymentIntentTransferData
impl Unpin for IncrementAuthorizationPaymentIntentTransferData
impl UnwindSafe for IncrementAuthorizationPaymentIntentTransferData
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