Click or drag to resize
Infosoft Logo

UpdatePaymentRequest Class

Provides data for the request to the UpdatePayment operation on IPaymentService.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.MessageContracts.Economy.PaymentsUpdatePaymentRequest

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

The UpdatePaymentRequest type exposes the following members.

Properties
 NameDescription
Public propertyAgreementReference Gets or sets the provider's agreement reference that's associated with the transaction.
Public propertyCardExpiration Gets or sets the expiration date of the credit card that was used for the payment. Should be on the format "MMYY", e.g. "1013" for October 2013.
Public propertyCardMask Gets or sets a masked version of the number of the credit card that was used for the payment.
Public propertyOrderReference Gets or sets the Infosoft order reference that identifies the transaction.
Public propertyPaymentMethod Gets or sets the payment method that was used for the payment. This will typically be a credit card type, e.g. "VISA", "MASTERCARD".
Public propertyProviderOrderReference Gets or sets the provider's unique order reference.
Top
See Also