Inheritance Hierarchy
RainWorx.FrameWorx.Providers.Payment.DummyDummySuccess
Namespace: RainWorx.FrameWorx.Providers.Payment.Dummy
Assembly: RainWorx.FrameWorx.Providers.Payment.Dummy (in RainWorx.FrameWorx.Providers.Payment.Dummy.dll) Version: 3.5
Syntax
C#
public class DummySuccess : IPaymentProvider
The DummySuccess type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DummySuccess | Initializes a new instance of the DummySuccess class |
Properties
Name | Description | |
---|---|---|
![]() | Enabled | |
![]() | ProviderName |
Methods
Name | Description | |
---|---|---|
![]() | AuthorizePayment | |
![]() | CanPayInvoice | |
![]() | IsThisMyIpn | |
![]() | PrepareBatchPayment | |
![]() | PrepareBatchSalePayment | |
![]() | ProcessIpn | |
![]() | ProcessPayment | |
![]() | RegisterSelf |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToMvcHtmlString |
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.) |
See Also