Classes
| Class | Description | |
|---|---|---|
|
|
KreditorAPI |
Public API of Kreditor wrapped to provide ease of access.
|
|
|
KreditorAPI..::..Address |
Represent an address created by Kreditor function mk_addr.
Do not create an instance of this class directly, instead use MakeAddress(RegisteredAddress, String, String, String) or MakeAddress(String, String, Int32, String, CountryCode, String, String, String)
|
|
|
KreditorAPI..::..InvoiceRow |
Wraps a XmlRpcStruct that represents a row in the invoice of Kreditor system.
Do not directly create an instance of this class. Instead use KreditorAPI.MakeGoods method.
|
|
|
KreditorCompletePaymentArgs |
Base class for arguments passed to CompletePayment(CompletePaymentArgs, SecurityToken)
|
|
|
KreditorCompletePaymentResult |
Result of the operation Complete Payment, CompletePayment(CompletePaymentArgs, SecurityToken)
|
|
|
KreditorPaymentArgs |
Arguments for Execute payment.
|
|
|
KreditorPaymentResult |
Result of ExecutePayment.
|
|
|
KreditorProvider |
Facilitates payment through Kreditor payment provider.
|
|
|
PluginSettings |
Provides configuration information about the kreditor payment provider from configuration file
|
|
|
RegisteredAddress |
Registered address.
|