RemovePaymentDetailsProps
Properties for removing payment details of user.
interface RemovePaymentDetailsProps extends BaseProps, BaseUserId {
paymentDetailsId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
paymentDetailsId | Required | string | Payment details identifier |