Interface CalculateRefundResponse
public interface CalculateRefundResponse
An immutable client-side representation of CalculateRefundResponse.
-
Method Summary
Modifier and TypeMethodDescriptionid()
Gets the id property: Fully qualified identifier of the reservation being returned.Gets the inner com.azure.resourcemanager.reservations.fluent.models.CalculateRefundResponseInner object.Gets the properties property: The refund properties of reservation.
-
Method Details
-
id
String id()Gets the id property: Fully qualified identifier of the reservation being returned.- Returns:
- the id value.
-
properties
RefundResponseProperties properties()Gets the properties property: The refund properties of reservation.- Returns:
- the properties value.
-
innerModel
CalculateRefundResponseInner innerModel()Gets the inner com.azure.resourcemanager.reservations.fluent.models.CalculateRefundResponseInner object.- Returns:
- the inner object.
-