Click or drag to resize

ResellerCommissionSummary Class

Defines the ResellerCommissionSummary type.
Inheritance Hierarchy
SystemObject
  Atomia.Billing.Core.Sdk.BusinessObjectsResellerCommissionSummary

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 ResellerCommissionSummary

The ResellerCommissionSummary type exposes the following members.

Constructors
  NameDescription
Public methodResellerCommissionSummary
Initializes a new instance of the ResellerCommissionSummary class
Top
Properties
  NameDescription
Public propertyCount
Gets or sets the count.
Public propertyCurrency
Gets or sets the currency.
Public propertyInvoiceDate
Gets or sets the invoice date.
Public propertyInvoiceId
Gets or sets the invoice identifier.
Public propertyInvoiceNumber
Gets or sets the invoice number.
Public propertyInvoiceTotal
Gets or sets the invoice total.
Public propertyPayoutDate
Gets or sets the payout date.
Public propertyResellerCommissionId
Gets or sets the reseller commission identifier.
Public propertyResellerId
Gets or sets the reseller identifier.
Public propertyResellerName
Gets or sets the name of the reseller.
Public propertyResellerNumber
Gets or sets the reseller number.
Public propertyStatus
Gets or sets the status.
Public propertyTotal
Gets or sets the total.
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.)
Top
See Also