public enum PaymentProcessingType : System.Enum
public enum PaymentProcessingType : System.Enum
Member | Description |
---|---|
ArbCallbackManaged | Automatic recurring billing payment that can be further managed in the system via callback from provider |
ArbDetached | Automatic recurring billing payment that can not be further managed in the system |
ArbProbeManaged | Automatic recurring billing payment that can further be managed in the system by probing the provider for updates |
ArbProfileManaged | Automatic recurring billing payment in which subsequent payments are made based on previously created customer profiles |
Standard | Payment processed as a standard payment |
System.Object
System.ValueType
System.Enum
CommerceBuilder.Payments.PaymentProcessingType