Share via


ArmReservationsModelFactory.ReservationRefundBillingInformation Method

Definition

Initializes a new instance of ReservationRefundBillingInformation.

public static Azure.ResourceManager.Reservations.Models.ReservationRefundBillingInformation ReservationRefundBillingInformation (Azure.ResourceManager.Reservations.Models.ReservationBillingPlan? billingPlan = default, int? completedTransactions = default, int? totalTransactions = default, Azure.ResourceManager.Reservations.Models.PurchasePrice billingCurrencyTotalPaidAmount = default, Azure.ResourceManager.Reservations.Models.PurchasePrice billingCurrencyProratedAmount = default, Azure.ResourceManager.Reservations.Models.PurchasePrice billingCurrencyRemainingCommitmentAmount = default);
static member ReservationRefundBillingInformation : Nullable<Azure.ResourceManager.Reservations.Models.ReservationBillingPlan> * Nullable<int> * Nullable<int> * Azure.ResourceManager.Reservations.Models.PurchasePrice * Azure.ResourceManager.Reservations.Models.PurchasePrice * Azure.ResourceManager.Reservations.Models.PurchasePrice -> Azure.ResourceManager.Reservations.Models.ReservationRefundBillingInformation
Public Shared Function ReservationRefundBillingInformation (Optional billingPlan As Nullable(Of ReservationBillingPlan) = Nothing, Optional completedTransactions As Nullable(Of Integer) = Nothing, Optional totalTransactions As Nullable(Of Integer) = Nothing, Optional billingCurrencyTotalPaidAmount As PurchasePrice = Nothing, Optional billingCurrencyProratedAmount As PurchasePrice = Nothing, Optional billingCurrencyRemainingCommitmentAmount As PurchasePrice = Nothing) As ReservationRefundBillingInformation

Parameters

billingPlan
Nullable<ReservationBillingPlan>

Represent the billing plans.

completedTransactions
Nullable<Int32>

The number of completed transactions in this reservation's payment.

totalTransactions
Nullable<Int32>

The number of total transactions in this reservation's payment.

billingCurrencyTotalPaidAmount
PurchasePrice

Pricing information containing the amount and the currency code.

billingCurrencyProratedAmount
PurchasePrice

Pricing information containing the amount and the currency code.

billingCurrencyRemainingCommitmentAmount
PurchasePrice

Pricing information containing the amount and the currency code.

Returns

A new ReservationRefundBillingInformation instance for mocking.

Applies to