Home > @vsf-enterprise/sapcc-api > Endpoints > getPaymentDetailsList
Endpoints.getPaymentDetailsList() method
Get users payment details list
Signature:
getPaymentDetailsList(context: SapccIntegrationContext, props: GetPaymentDetailsListProps): Promise<PaymentDetailsList>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| context | SapccIntegrationContext | An auto-generated value prepended to the method as a first parameter. |
| props | GetPaymentDetailsListProps | An object containing necessary props for getting payment details list. |
Returns:
Promise<PaymentDetailsList>