IPaymentDetail Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.PaymentDetailTypeConverter))]
public interface IPaymentDetail : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.PaymentDetailTypeConverter))>]
type IPaymentDetail = interface
interface IJsonSerializable
Public Interface IPaymentDetail
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
BillingAccount |
Shows the Account that is charged for this payment. |
BillingCurrencyTotal |
Amount charged in Billing currency. Tax not included. Is null for future payments |
DueDate |
Date when the payment needs to be done. |
ExtendedStatusInfo | |
PaymentDate |
Date when the transaction is completed. Is null when it is scheduled. |
PricingCurrencyTotal |
Amount in pricing currency. Tax not included. |
Status |
Describes whether the payment is completed, failed, cancelled or scheduled in the future. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |