|
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.PaymentsAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax public string OriginalProviderReference { get; set; }
No code example is currently available or this language may not be supported.
Property Value
StringRemarks
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