pub struct CreateSetupIntent;
Expand description
Create a setup intent so that a customer can add a payment method
Trait Implementations§
Source§impl ApiEndpoint for CreateSetupIntent
impl ApiEndpoint for CreateSetupIntent
Source§type Path = CreateSetupIntentPath
type Path = CreateSetupIntentPath
The path type for this endpoint.
Source§type Req = CreateSetupIntentRequest
type Req = CreateSetupIntentRequest
The request type for this endpoint.
Source§type Err = BillingError
type Err = BillingError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for CreateSetupIntent
impl RefUnwindSafe for CreateSetupIntent
impl Send for CreateSetupIntent
impl Sync for CreateSetupIntent
impl Unpin for CreateSetupIntent
impl UnwindSafe for CreateSetupIntent
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