|
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.SubscriptionAssembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax public bool ParticipateInOnlinePaymentFlow { get; set; }
No code example is currently available or this language may not be supported.
Property Value
BooleanThe participate in payment flow.
See Also