Class ZipPaymentFlow
A class that exposes constants for the known allowed values of the PaymentFlow property.
Inherited Members
Namespace: Yort.Zip.InStore
Assembly: Yort.Zip.InStore.dll
Syntax
public static class ZipPaymentFlow
Fields
| Improve this Doc View SourceAuth
Indicates that an auth should be taken by the initial order creation, and a subsequent call to commit or rollback the payment should be made.
Declaration
public const string Auth = "auth"
Field Value
Type | Description |
---|---|
String |
Payment
Indicates that payment should be fully completed without the requirement to 'capture' the outcome.
Declaration
public const string Payment = "payment"
Field Value
Type | Description |
---|---|
String |