PaymentDetail Constructors
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.
Overloads
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. |
PaymentDetail()
Initializes a new instance of the PaymentDetail class.
public PaymentDetail ();
Public Sub New ()
Applies to
PaymentDetail(Nullable<DateTime>, Nullable<DateTime>, Price, Price, String, String, ExtendedStatusInfo)
Initializes a new instance of the PaymentDetail class.
public PaymentDetail (DateTime? dueDate = default, DateTime? paymentDate = default, Microsoft.Azure.Management.Reservations.Models.Price pricingCurrencyTotal = default, Microsoft.Azure.Management.Reservations.Models.Price billingCurrencyTotal = default, string billingAccount = default, string status = default, Microsoft.Azure.Management.Reservations.Models.ExtendedStatusInfo extendedStatusInfo = default);
new Microsoft.Azure.Management.Reservations.Models.PaymentDetail : Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.Reservations.Models.Price * Microsoft.Azure.Management.Reservations.Models.Price * string * string * Microsoft.Azure.Management.Reservations.Models.ExtendedStatusInfo -> Microsoft.Azure.Management.Reservations.Models.PaymentDetail
Public Sub New (Optional dueDate As Nullable(Of DateTime) = Nothing, Optional paymentDate As Nullable(Of DateTime) = Nothing, Optional pricingCurrencyTotal As Price = Nothing, Optional billingCurrencyTotal As Price = Nothing, Optional billingAccount As String = Nothing, Optional status As String = Nothing, Optional extendedStatusInfo As ExtendedStatusInfo = Nothing)
Parameters
Date when the transaction is completed. Is null when it is scheduled.
- pricingCurrencyTotal
- Price
Amount in pricing currency. Tax not included.
- billingCurrencyTotal
- Price
Amount charged in Billing currency. Tax not included. Is null for future payments
- billingAccount
- String
Shows the Account that is charged for this payment.
- status
- String
Possible values include: 'Succeeded', 'Failed', 'Scheduled', 'Cancelled'
- extendedStatusInfo
- ExtendedStatusInfo
Applies to
Azure SDK for .NET