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