PaymentDetail 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.
Information about payment related to a reservation order.
public class PaymentDetail
type PaymentDetail = class
Public Class PaymentDetail
- Inheritance
-
PaymentDetail
Constructors
PaymentDetail() |
Initializes a new instance of the PaymentDetail class. |
PaymentDetail(Nullable<DateTime>, Nullable<DateTime>, Price, Price, String, String, ExtendedStatusInfo) |
Initializes a new instance of the PaymentDetail class. |
Properties
BillingAccount |
Gets or sets shows the Account that is charged for this payment. |
BillingCurrencyTotal |
Gets or sets amount charged in Billing currency. Tax not included. Is null for future payments |
DueDate |
Gets or sets date when the payment needs to be done. |
ExtendedStatusInfo | |
PaymentDate |
Gets or sets date when the transaction is completed. Is null when it is scheduled. |
PricingCurrencyTotal |
Gets or sets amount in pricing currency. Tax not included. |
Status |
Gets or sets possible values include: 'Succeeded', 'Failed', 'Scheduled', 'Cancelled' |
Applies to
Azure SDK for .NET