Click or drag to resize

RecordingDetailWeb Class

Data contract class for a entry on a business partner's internal account(s)
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsRecordingDetailWeb

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class RecordingDetailWeb : DataContractBase

The RecordingDetailWeb type exposes the following members.

Constructors
  NameDescription
Public methodRecordingDetailWeb
Top
Properties
  NameDescription
Public propertyAmount
Amount
Public propertyCurrencyExchangeRate
The exchange rate used to convert between the Amount currency and the LineAmountCurrencyIsoCode.
Public propertyLineAmount
The original Line Amount from which the Amount is based.
Public propertyLineAmountCurrencyIsoCode
The original Line Amount currency code from which the Amount is based.
Top
See Also