pub async fn destroy_resource(
stripe: &StripeProjects<&dyn CommandRunner>,
checkpoint_payload: &str,
fallback_resource: &str,
) -> Result<(), IntegrationError>Expand description
Remove a recorded resource from Stripe Projects.
pub async fn destroy_resource(
stripe: &StripeProjects<&dyn CommandRunner>,
checkpoint_payload: &str,
fallback_resource: &str,
) -> Result<(), IntegrationError>Remove a recorded resource from Stripe Projects.