RefundPolicyResult 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.
Refund policy result
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.RefundPolicyResultTypeConverter))]
public class RefundPolicyResult : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IRefundPolicyResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.RefundPolicyResultTypeConverter))>]
type RefundPolicyResult = class
interface IRefundPolicyResult
interface IJsonSerializable
Public Class RefundPolicyResult
Implements IRefundPolicyResult
- Inheritance
-
RefundPolicyResult
- Attributes
- Implements
Constructors
RefundPolicyResult() |
Creates an new RefundPolicyResult instance. |
Properties
ConsumedRefundsTotal |
Pricing information containing the amount and the currency code |
MaxRefundLimit |
Pricing information containing the amount and the currency code |
PolicyError |
Refund Policy errors |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RefundPolicyResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RefundPolicyResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IRefundPolicyResult. |
FromJsonString(String) |
Creates a new instance of RefundPolicyResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RefundPolicyResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |