Click or drag to resize
Infosoft Logo

CreateCustomerPaymentAgreementRequestOriginalProviderReference Property

Gets or sets an optional provider reference, which, if set, should be a reference to the transaction with which the agreement was created.

Namespace: Infosoft.Common.Contracts.MessageContracts.Economy.Payments
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public string OriginalProviderReference { get; set; }

Property Value

String
Remarks
When a payment agreement is created, it's usually associated with an initial transaction. If available, this field should be set to be the order/transaction reference of that transaction. If not available, leave this blank. It's used solely for manual tracking purposes.
See Also