GetLineItems

This endpoint retrieves a checkout session's line items.

void GetLineItems(FString SessionId, const FVyOnGetLineItemsComplete& OnComplete) const;

Parameters

SessionId

FString

This is the session `ID`. It's in the response body when you create a checkout link.

OnComplete

FVyOnGetLineItemsComplete

The callback function called when the user preferences retrieval operation is complete.

OnComplete Callback (FVyOnGetLineItemsComplete) Contains a FVyLineItemsResponseDto response type

Last updated