 | OrderCombinationGroupResultEntitySupportedPaymentTypes Property |
Gets or sets the supported payment types.
Namespace:
AMCS.Elemos.IntegrationService.Entity.CasualCustomer.OrderCombinationGroup
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<PaymentTypePartialEntity> SupportedPaymentTypes { get; set; }
Public Property SupportedPaymentTypes As IList(Of PaymentTypePartialEntity)
Get
Set
Property Value
Type:
IListPaymentTypePartialEntity
The supported payment types.
See Also