// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeletePaymentCredentialProvider`](crate::operation::delete_payment_credential_provider::builders::DeletePaymentCredentialProviderFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`name(impl Into<String>)`](crate::operation::delete_payment_credential_provider::builders::DeletePaymentCredentialProviderFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::delete_payment_credential_provider::builders::DeletePaymentCredentialProviderFluentBuilder::set_name):<br>required: **true**<br><p>The name of the payment credential provider to delete.</p><br>
/// - On success, responds with [`DeletePaymentCredentialProviderOutput`](crate::operation::delete_payment_credential_provider::DeletePaymentCredentialProviderOutput)
/// - On failure, responds with [`SdkError<DeletePaymentCredentialProviderError>`](crate::operation::delete_payment_credential_provider::DeletePaymentCredentialProviderError)
pub fn delete_payment_credential_provider(
&self,
) -> crate::operation::delete_payment_credential_provider::builders::DeletePaymentCredentialProviderFluentBuilder {
crate::operation::delete_payment_credential_provider::builders::DeletePaymentCredentialProviderFluentBuilder::new(self.handle.clone())
}
}