PaymentProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET