TerminationOriginCanOverwriteExistingRequest Property |
Gets or sets a value indicating whether this origin
can overwrite existing request.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public bool CanOverwriteExistingRequest { get; set; }
Public Property CanOverwriteExistingRequest As Boolean
Get
Set
public:
property bool CanOverwriteExistingRequest {
bool get ();
void set (bool value);
}
member CanOverwriteExistingRequest : bool with get, set
Property Value
Type:
BooleanSee Also