Click or drag to resize

IDonationTypePaymentTypes Property

Assigned payment types of the current donation type.

Namespace:  Resto.Front.Api.Data.Payments
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
IReadOnlyList<IPaymentType> PaymentTypes { get; }

Property Value

Type: IReadOnlyListIPaymentType
See Also