Home > @vsf-enterprise/sapcc-api > Endpoints > updatePaymentDetails
Endpoints.updatePaymentDetails() method
Update a user payment details
Signature:
updatePaymentDetails(context: SapccIntegrationContext, props: UpdatePaymentDetailsProps): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
context | SapccIntegrationContext | An auto-generated value prepended to the method as a first parameter. |
props | UpdatePaymentDetailsProps | An object containing necessary props for updating payment details. |
Returns:
Promise<void>