Click or drag to resize

AccountDetails Class

Account Details business representation.
Inheritance Hierarchy
SystemObject
  Atomia.Billing.Core.Sdk.BusinessObjectsAccountDetails

Namespace:  Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public class AccountDetails : IBusinessObject<AccountDetailsData>

The AccountDetails type exposes the following members.

Constructors
  NameDescription
Public methodAccountDetails
Initializes a new instance of the AccountDetails class.
Top
Properties
  NameDescription
Public propertyAccountId
Gets or sets the id of the account to which these details are related.
Public propertyAccountIdHash
Gets or sets the account id hash.
Public propertyAccountNotes
Gets or sets the account notes.
Public propertyAccountOptions
Gets or sets the account options.
Public propertyAutoPay
Gets or sets a value indicating whether [auto pay].
Public propertyAutoRenew
Gets or sets a value indicating whether [auto renew].
Public propertyBalance
Gets or sets the balance.
Public propertyBillingDefaultRecipient
Gets or sets the billing default recipient.
Public propertyCanHaveOwnItems
Gets or sets a value indicating whether this instance can have own items.
Public propertyCanHaveOwnPrices
Gets or sets a value indicating whether this instance can have own prices.
Public propertyCreatedTime
Gets or sets the created time.
Public propertyCredit
Gets or sets the credit.
Public propertyCreditedInvoiceInitialNumber
Gets or sets the credited invoice initial number.
Public propertyCreditedInvoicePrefix
Gets or sets the credited invoice prefix.
Public propertyCurrencyDecimalPlaces
Gets or sets the currency decimal places.
Public propertyCustomAttributes
Gets or sets the custom attributes.
Public propertyDataObject
Gets or sets the data object. When getting data object it creates a new object from the database.
Public propertyDefaultCurrency
Gets or sets the default currency.
Public propertyDefaultInvoiceReferenceNumberFormat
Gets or sets the default invoice reference number format.
Public propertyDefaultPaymentProfile
Gets or sets the default payment profile.
Public propertyDefaultProformaReferenceNumberFormat
Gets or sets the default proforma reference number format.
Public propertyInvoiceInitialNumber
Gets or sets the invoice initial number.
Public propertyInvoicePaymentPeriod
Gets or sets the invoice payment period.
Public propertyInvoicePrefix
Gets or sets the invoice prefix.
Public propertyLegalNumber
Gets or sets the vat number.
Public propertyMainSubscriptionID
Gets or sets the main order.
Public propertyNotifications
Gets or sets the account notifications.
Public propertyOrderInitialNumber
Gets or sets the order initial number.
Public propertyOrderPrefix
Gets or sets the order prefix.
Public propertyPaymentRuleName
Gets or sets the name of the payment rule to apply to the payments created by this account.
Public propertyPendingTermination
Gets or sets a value indicating whether PendingTermination.
Public propertyPrepaidCreditUsage
Gets or sets the credit usage.
Public propertyPrimaryContactId
Gets or sets the primary contact id.
Public propertyReactivationPeriod
Gets or sets ReactivationPeriod.
Public propertyReceiveInvoiceVia
Gets or sets the receive invoice via.
Public propertyResellerConfiguration
Gets or sets the reseller configuration.
Public propertyResellerStatus
Gets or sets the reseller status.
Public propertyShowTax
Gets or sets a value indicating whether tax will be displayed on financial documents.
Public propertyStatusChangedBy
Gets or sets the status changed by.
Public propertySubscriptionInitialNumber
Gets or sets the subscription initial number.
Public propertySubscriptionPrefix
Gets or sets the subscription prefix.
Public propertyTaxCalculationType
Gets or sets the type of the tax calculation.
Public propertyTaxType
Gets or sets the type of the tax.
Public propertyTechnicalDefaultRecipient
Gets or sets the technical default recipient.
Public propertyTerminationNoticeRenewalPeriod
Gets or sets the termination notice renewal period.
Public propertyThemeCustomization
Gets or sets the theme customization.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateDataObject
Updates the data object by merging it's properties with the properties from the current business object.
Top
See Also