Click or drag to resize
Infosoft Logo

CreateExternalPaymentReferenceDueRequest Class

Provides data for the request to the operation on IExternalPaymentReferenceDueService.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.MessageContracts.Subscriptions.EconomyCreateExternalPaymentReferenceDueRequest

Namespace: Infosoft.Common.Contracts.MessageContracts.Subscriptions.Economy
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class CreateExternalPaymentReferenceDueRequest

The CreateExternalPaymentReferenceDueRequest type exposes the following members.

Properties
 NameDescription
Public propertyAmount Gets or sets the amount that is paid by the customer.
Public propertyCustomerNumber Gets or sets the customer number.
Public propertyExternalOrderId Gets or sets the external payment identifier.
Public propertyNote Gets or sets the note - a comment to the payment if necessary.
Public propertyPaymentTypeCode Gets or sets the payment type code.
Public propertySignature Gets or sets the signature that will be registered for the creating of the external payment reference. Commonly set to "WEB" or another identifier for the service caller.
Public propertyTitleCode Gets or sets the code of the title of the subscription.
Public propertyTransactionNumber Gets or sets the transaction that is created by the credit card transaction.
Top
See Also