PaymentProperties Class

Definition

The properties of a payment.

public class PaymentProperties
type PaymentProperties = class
Public Class PaymentProperties
Inheritance
PaymentProperties

Constructors

PaymentProperties()

Initializes a new instance of the PaymentProperties class.

PaymentProperties(String, Amount, Nullable<DateTime>, String, String)

Initializes a new instance of the PaymentProperties class.

Properties

Amount

Gets the paid amount.

Date

Gets the date when the payment was made.

PaymentMethodFamily

Gets or sets the family of payment method. Possible values include: 'Credits', 'CheckWire', 'CreditCard', 'None'

PaymentMethodType

Gets the type of payment method.

PaymentType

Gets the type of payment.

Applies to