PaymentRuleResultBalanceChange Property |
Gets or sets the difference the balance should have after the operation.
Namespace:
Atomia.Billing.Core.Sdk.Plugins
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public decimal BalanceChange { get; set; }
Public Property BalanceChange As Decimal
Get
Set
public:
property Decimal BalanceChange {
Decimal get ();
void set (Decimal value);
}
member BalanceChange : decimal with get, set
Property Value
Type:
DecimalSee Also