| Payment Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Atomia.Billing.Core.Sdk.BusinessObjects
 Syntax
SyntaxThe Payment type exposes the following members.
 Constructors
Constructors Properties
Properties| Name | Description | |
|---|---|---|
|  | Amount | 
            Gets or sets the amount.
             | 
|  | BatchId | 
            Gets or sets the batch id in which this payment is uploaded. 
            It has the following format: YYYY-MM-DD-HH-mm-SS-GUID-ACCOUNTID (just a formatted timestamp + accountId which uploaded this + filename).
             | 
|  | CreatedByAccountId | 
            Gets or sets the created by account.
             | 
|  | CreatedTime | 
            Gets or sets the created time.
             | 
|  | Currency | 
            Gets or sets the Currency.
             | 
|  | 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.
             | 
|  | Description | 
            Gets or sets the description.
             | 
|  | DocumentId | 
            Gets or sets the DocumentId.
             | 
|  | GenerateDocumentId | 
            Gets or sets a value indicating whether document id should be generated.
             | 
|  | Id | 
            Gets the id.
             | 
|  | Invoice | 
            Gets or sets the invoice.
             | 
|  | InvoiceReferenceNumber | 
            Gets or sets the invoice number.
             | 
|  | LastChangedTime | 
            Gets or sets the last changed time.
             | 
|  | NewInvoice | 
            Gets or sets the new invoice, which is created for an underpayment.
             | 
|  | PaymentId | 
            Gets or sets the payment id.
             | 
|  | PaymentMethodProvider | 
            Gets or sets the payment method.
             | 
|  | PaymentTransactionId | 
            Gets or sets the payment transaction id, if this payment is created from transaction.
             | 
|  | ResellerId | 
            Gets or sets the reseller id.
             | 
|  | Status | 
            Gets or sets the status.
             | 
 Methods
Methods| 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.
             | 
 See Also
See Also