Click or drag to resize
Infosoft Logo

OrderSubscriptionRequestParticipateInOnlinePaymentFlow Property

Gets or sets a value indicating whether the order is to participate in an online payment flow. Used when starting a subscription order that should be paid with a credit card. Basically if this is true, and no payment completion is done the order will be removed at some point. If not the order will be considered an ordinary invoicing order.

Namespace: Infosoft.Webservices.Subscription
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public bool ParticipateInOnlinePaymentFlow { get; set; }

Property Value

Boolean
The participate in payment flow.
See Also