PaymentRuleResult Class |
Namespace: Atomia.Billing.Core.Sdk.Plugins
The PaymentRuleResult type exposes the following members.
Name | Description | |
---|---|---|
PaymentRuleResult(PaymentStatus, Boolean, Decimal) |
Initializes a new instance of the PaymentRuleResult class.
| |
PaymentRuleResult(PaymentStatus, Boolean, Decimal, Boolean) |
Initializes a new instance of the PaymentRuleResult class.
|
Name | Description | |
---|---|---|
AddToPrepaidCredit |
Gets or sets a value indicating whether [add to prepaid credit].
| |
BalanceChange |
Gets or sets the difference the balance should have after the operation.
| |
IsInvoicePaid |
Gets or sets a value indicating whether the invoice that is about to be paid, should be marked as paid.
| |
MarkOverpaidInvoicesAsPaid |
Gets or sets a value indicating whether [mark overpaid invoices as paid].
| |
PaymentStatus |
Gets or sets the status of the payment that is about to be created.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |