SapccApiRemovePaymentDetailsRequest
Request parameters for removePaymentDetails operation in SapccApi. SapccApiRemovePaymentDetailsRequest
interface SapccApiRemovePaymentDetailsRequest {
readonly baseSiteId: string;
readonly paymentDetailsId: string;
readonly userId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiRemovePaymentDetails |
paymentDetailsId | Required | string | Payment details identifier. {string} SapccApiRemovePaymentDetails |
userId | Required | string | User identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user {string} SapccApiRemovePaymentDetails |