Click or drag to resize

IOperationServiceGetDonationTypesCompatibleWith Method

Gets donation types which are allowed to use with the order.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
IReadOnlyList<IDonationType> GetDonationTypesCompatibleWith(
	IOrder order
)

Parameters

order
Type: Resto.Front.Api.Data.OrdersIOrder
Order.

Return Value

Type: IReadOnlyListIDonationType
See Also