RefundBillingInformation 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.
billing information
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.RefundBillingInformationTypeConverter))]
public class RefundBillingInformation : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IRefundBillingInformation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.RefundBillingInformationTypeConverter))>]
type RefundBillingInformation = class
interface IRefundBillingInformation
interface IJsonSerializable
Public Class RefundBillingInformation
Implements IRefundBillingInformation
- Inheritance
-
RefundBillingInformation
- Attributes
- Implements
Constructors
RefundBillingInformation() |
Creates an new RefundBillingInformation instance. |
Properties
BillingCurrencyProratedAmount |
Pricing information containing the amount and the currency code |
BillingCurrencyRemainingCommitmentAmount |
Pricing information containing the amount and the currency code |
BillingCurrencyTotalPaidAmount |
Pricing information containing the amount and the currency code |
BillingPlan |
Represent the billing plans. |
CompletedTransaction |
The number of completed transactions in this reservation's payment |
TotalTransaction |
The number of total transactions in this reservation's payment |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RefundBillingInformation. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RefundBillingInformation. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IRefundBillingInformation. |
FromJsonString(String) |
Creates a new instance of RefundBillingInformation, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RefundBillingInformation into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |