AccountDetails Class |
Namespace: Atomia.Billing.Core.Sdk.BusinessObjects
The AccountDetails type exposes the following members.
| Name | Description | |
|---|---|---|
| AccountDetails |
Initializes a new instance of the AccountDetails class.
|
| Name | Description | |
|---|---|---|
| AccountId |
Gets or sets the id of the account to which these details are related.
| |
| AccountIdHash |
Gets or sets the account id hash.
| |
| AccountNotes |
Gets or sets the account notes.
| |
| AccountOptions |
Gets or sets the account options.
| |
| AutoPay |
Gets or sets a value indicating whether [auto pay].
| |
| AutoRenew |
Gets or sets a value indicating whether [auto renew].
| |
| Balance |
Gets or sets the balance.
| |
| BillingDefaultRecipient |
Gets or sets the billing default recipient.
| |
| CanHaveOwnItems |
Gets or sets a value indicating whether this instance can have own items.
| |
| CanHaveOwnPrices |
Gets or sets a value indicating whether this instance can have own prices.
| |
| CreatedTime |
Gets or sets the created time.
| |
| Credit |
Gets or sets the credit.
| |
| CreditedInvoiceInitialNumber |
Gets or sets the credited invoice initial number.
| |
| CreditedInvoicePrefix |
Gets or sets the credited invoice prefix.
| |
| CurrencyDecimalPlaces |
Gets or sets the currency decimal places.
| |
| 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.
| |
| DefaultCurrency |
Gets or sets the default currency.
| |
| DefaultInvoiceReferenceNumberFormat |
Gets or sets the default invoice reference number format.
| |
| DefaultPaymentProfile |
Gets or sets the default payment profile.
| |
| DefaultProformaReferenceNumberFormat |
Gets or sets the default proforma reference number format.
| |
| InvoiceInitialNumber |
Gets or sets the invoice initial number.
| |
| InvoicePaymentPeriod |
Gets or sets the invoice payment period.
| |
| InvoicePrefix |
Gets or sets the invoice prefix.
| |
| LegalNumber |
Gets or sets the vat number.
| |
| MainSubscriptionID |
Gets or sets the main order.
| |
| Notifications |
Gets or sets the account notifications.
| |
| OrderInitialNumber |
Gets or sets the order initial number.
| |
| OrderPrefix |
Gets or sets the order prefix.
| |
| PaymentRuleName |
Gets or sets the name of the payment rule to apply to the payments created by this account.
| |
| PendingTermination |
Gets or sets a value indicating whether PendingTermination.
| |
| PrepaidCreditUsage |
Gets or sets the credit usage.
| |
| PrimaryContactId |
Gets or sets the primary contact id.
| |
| ReactivationPeriod |
Gets or sets ReactivationPeriod.
| |
| ReceiveInvoiceVia |
Gets or sets the receive invoice via.
| |
| ResellerConfiguration |
Gets or sets the reseller configuration.
| |
| ResellerStatus |
Gets or sets the reseller status.
| |
| ShowTax |
Gets or sets a value indicating whether tax will be displayed on financial documents.
| |
| StatusChangedBy |
Gets or sets the status changed by.
| |
| SubscriptionInitialNumber |
Gets or sets the subscription initial number.
| |
| SubscriptionPrefix |
Gets or sets the subscription prefix.
| |
| TaxCalculationType |
Gets or sets the type of the tax calculation.
| |
| TaxType |
Gets or sets the type of the tax.
| |
| TechnicalDefaultRecipient |
Gets or sets the technical default recipient.
| |
| TerminationNoticeRenewalPeriod |
Gets or sets the termination notice renewal period.
| |
| ThemeCustomization |
Gets or sets the theme customization.
|
| 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.
|