ResellerConfiguration Class |
Namespace: Atomia.Billing.Core.Sdk.BusinessObjects
The ResellerConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| ResellerConfiguration | Initializes a new instance of the ResellerConfiguration class |
| Name | Description | |
|---|---|---|
| AddressFetchPluginName |
Gets or sets the address fetch plugin name.
| |
| AllowPartialPayments |
Gets or sets a value indicating whether partial payments are allowed.
| |
| AllowSendInvoiceEmail |
Gets or sets a value indicating whether send invoice email is allowed.
| |
| 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.
| |
| DefaultLanguageId |
Gets or sets the default language id.
| |
| DefaultPaymentMethod |
Gets or sets the default payment method.
| |
| DefaultTemplateLanguageId |
Gets or sets the default template language id.
| |
| DocumentIdGenerator |
Gets or sets the document id generator.
| |
| Id |
Gets or sets the id.
| |
| OrderPageUrl |
Gets or sets the order page URL.
| |
| PaymentCountersPrefix |
Gets or sets the payment counters prefix.
| |
| PaymentIdGenerator |
Gets or sets the payment id generator.
| |
| PaymentMethods |
Gets or sets the list of reseller's payment methods.
| |
| PendingChargeDelay |
Gets or sets the pending charge delay.
| |
| ResellerCurrencies |
Gets or sets the list of reseller's currencies.
| |
| ResellerLanguages |
Gets or sets the list of reseller's languages.
| |
| ResellerMatchingMethodOnPaymentUpload |
Gets or sets the reseller matching method on payment upload.
|
| 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.
|