Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

removePaymentDetails

Remove a user payment details.

Signature

export declare function removePaymentDetails(
	context: SapccIntegrationContext,
	props: RemovePaymentDetailsProps
): Promise<void>;

Parameters

NameRequiredTypeDescription
contextRequiredSapccIntegrationContext
propsRequiredRemovePaymentDetailsProps

Referenced Types

On this page