Click or drag to resize

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)
Syntax
public IList<PaymentTypePartialEntity> SupportedPaymentTypes { get; set; }

Property Value

Type: IListPaymentTypePartialEntity
The supported payment types.
See Also