SIFWorks ADK 2.0
Payment Constructor (refId, entityId, billingRefId, receivedDate, transactionDescription, receivedAmount, receivedTransactionId)
NamespacesEdustructures.SifWorks.HrfinPaymentPaymentPaymentNew(String, String, String, Nullable<(Of <DateTime>)>, String, Nullable<(Of <Decimal>)>, String)

[This is preliminary documentation and is subject to change.]

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public Payment(
	string refId,
	string entityId,
	string billingRefId,
	Nullable<DateTime> receivedDate,
	string transactionDescription,
	Nullable<decimal> receivedAmount,
	string receivedTransactionId
)
Public Sub New ( _
	refId As String, _
	entityId As String, _
	billingRefId As String, _
	receivedDate As Nullable(Of DateTime), _
	transactionDescription As String, _
	receivedAmount As Nullable(Of Decimal), _
	receivedTransactionId As String _
)
public:
Payment (
	String^ refId, 
	String^ entityId, 
	String^ billingRefId, 
	Nullable<DateTime> receivedDate, 
	String^ transactionDescription, 
	Nullable<Decimal> receivedAmount, 
	String^ receivedTransactionId
)
Parameters
refId (String)
GUID for this transaction. The application that owns this object is responsible for generating this unique ID.
entityId (String)
ID of the entity related to this billing activity (e.g. student ID, employee ID, organization, etc.)
billingRefId (String)
A pointer back to the Billing object.
receivedDate (Nullable<(Of <DateTime>)>)
Date payment was received.
transactionDescription (String)
Description of the transaction.
receivedAmount (Nullable<(Of <Decimal>)>)
Amount received.
receivedTransactionId (String)
Memo transaction ID from other vendor software.

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10