RefundPolicyResultProperty 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 property
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.RefundPolicyResultPropertyTypeConverter))]
public class RefundPolicyResultProperty : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IRefundPolicyResultProperty
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.RefundPolicyResultPropertyTypeConverter))>]
type RefundPolicyResultProperty = class
interface IRefundPolicyResultProperty
interface IJsonSerializable
Public Class RefundPolicyResultProperty
Implements IRefundPolicyResultProperty
- Inheritance
-
RefundPolicyResultProperty
- Attributes
- Implements
Constructors
RefundPolicyResultProperty() |
Creates an new RefundPolicyResultProperty 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 RefundPolicyResultProperty. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RefundPolicyResultProperty. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IRefundPolicyResultProperty. |
FromJsonString(String) |
Creates a new instance of RefundPolicyResultProperty, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RefundPolicyResultProperty into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |