Click or drag to resize
Infosoft Logo

MobilePayPaymentStatus Class

A mobile pay payment status.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContracts.Economy.PaymentsMobilePayPaymentStatus

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

The MobilePayPaymentStatus type exposes the following members.

Constructors
 NameDescription
Public methodMobilePayPaymentStatusInitializes a new instance of the MobilePayPaymentStatus class
Top
Properties
 NameDescription
Public propertyAgreementId Gets or sets the identifier of the agreement.
Public propertyAmount Gets or sets the amount.
Public propertyCurrency Gets or sets the currency.
Public propertyExternalId Gets or sets the identifier of the external.
Public propertyPaymentDate Gets or sets the payment date.
Public propertyPaymentId Gets or sets the identifier of the payment.
Public propertyStatus Gets or sets the status.
Public propertyStatusCode Gets or sets the status code.
Public propertyStatusText Gets or sets the status text.
Top
Remarks
Hanmsoll, 03.06.2019.
See Also