PaymentRuleResultAddToPrepaidCredit Property |
Gets or sets a value indicating whether [add to prepaid credit].
Namespace:
Atomia.Billing.Core.Sdk.Plugins
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public bool AddToPrepaidCredit { get; set; }
Public Property AddToPrepaidCredit As Boolean
Get
Set
public:
property bool AddToPrepaidCredit {
bool get ();
void set (bool value);
}
member AddToPrepaidCredit : bool with get, set
Property Value
Type:
Booleanif
true add change to prepaid credit otherwise add to balance.
See Also