PayFileRecord Class |
Namespace: Atomia.Billing.Core.Sdk.BusinessObjects
The PayFileRecord type exposes the following members.
| Name | Description | |
|---|---|---|
| PayFileRecord | Initializes a new instance of the PayFileRecord class |
| Name | Description | |
|---|---|---|
| Amount |
Gets or sets the amount.
| |
| CreatedTime |
Gets or sets the created time.
| |
| CurrencyCode |
Gets or sets the currency code.
| |
| CustomAttributes |
Gets or sets the custom attributes.
| |
| DataObject |
Gets or sets the data object. When getting data object it creates a new object from the database.
| |
| DocumentId |
Gets or sets the document identifier.
| |
| FileFormat |
Gets or sets the file format.
| |
| Id |
Gets or sets the identifier.
| |
| InvoiceReferenceNumber |
Gets or sets the invoice reference number.
| |
| IsDeleted |
Gets or sets a value indicating whether this instance is deleted.
| |
| IsMatched |
Gets or sets a value indicating whether this PayFileRecord is matched.
| |
| LastChangeTime |
Gets or sets the last change time.
| |
| MatchedInvoice |
Gets or sets the matched invoice.
| |
| MatchingTime |
Gets or sets the matching time.
| |
| MatchResultDescription |
Gets or sets the match result description.
| |
| PayFileProcessLogBatchId |
Gets the batch identifier.
| |
| PayFileProcessLogFilename |
Gets the pay file filename.
| |
| PayFileProcessLogId |
Gets the pay file process log identifier.
| |
| PaymentDate |
Gets or sets the payment date.
| |
| PaymentMatchMethod |
Gets or sets the payment match method.
| |
| PaymentStatus |
Gets or sets the payment status.
| |
| ProcessingStatus |
Gets or sets the processing status.
| |
| ResellerId |
Gets or sets the reseller identifier.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateDataObject |
Updates the data object by merging it's properties with the properties from the current business object.
|