[This is preliminary documentation and is subject to change.]
This object complements the Billing object, and contains information about the payment of a billing object.
| C# | Visual Basic | Visual C++ |
public class Payment : SifDataObject
Public Class Payment _ Inherits SifDataObject
public ref class Payment : public SifDataObject
| All Members | Constructors | Properties | |||
| Icon | Member | Description |
|---|---|---|
| PaymentPaymentNew()() |
Creates an instance of a Payment
| |
| PaymentPaymentNew(String, String, String, Nullable<(Of <DateTime>)>, String, Nullable<(Of <Decimal>)>, String) |
Constructor that accepts values for all mandatory fields
| |
| BillingRefId |
Gets or sets the value of the BillingRefId attribute.
| |
| EntityId |
Gets or sets the value of the <EntityId> element.
| |
| KeyFields |
Gets the metadata fields that make up the key of this object
(Overrides SifDataObject.KeyFields.) | |
| ReceivedAmount |
Gets or sets the value of the <ReceivedAmount> element.
| |
| ReceivedDate |
Gets or sets the value of the <ReceivedDate> element.
| |
| ReceivedTransactionId |
Gets or sets the value of the <ReceivedTransactionId> element.
| |
| RefId |
Gets or sets the value of the RefId attribute.
(Overrides SifDataObject.RefId.) | |
| TransactionDescription |
Gets or sets the value of the <TransactionDescription> element.
|
Author: Generated by adkgen
Version: 2.0
Since: 1.1