Class DeleteAutomaticBillingBatchDetailResponse
Represents the response for the DeleteAutomaticBillingBatchDetail method.
Inheritance
System.Object
DeleteAutomaticBillingBatchDetailResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class DeleteAutomaticBillingBatchDetailResponse : ServiceResponse
Constructors
DeleteAutomaticBillingBatchDetailResponse()
Declaration
public DeleteAutomaticBillingBatchDetailResponse()
Properties
IsDeleted
Gets or sets the SequenceBilling Failed/Passed.
Declaration
public bool IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | Is SequenceBilling Failed. |