CalculatePriceResponseProperties Constructors
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.
Overloads
CalculatePriceResponseProperties() |
Initializes a new instance of the CalculatePriceResponseProperties class. |
CalculatePriceResponseProperties(CalculatePriceResponsePropertiesBillingCurrencyTotal, Nullable<Boolean>, String, String, String, CalculatePriceResponsePropertiesPricingCurrencyTotal, IList<PaymentDetail>) |
Initializes a new instance of the CalculatePriceResponseProperties class. |
CalculatePriceResponseProperties()
Initializes a new instance of the CalculatePriceResponseProperties class.
public CalculatePriceResponseProperties ();
Public Sub New ()
Applies to
CalculatePriceResponseProperties(CalculatePriceResponsePropertiesBillingCurrencyTotal, Nullable<Boolean>, String, String, String, CalculatePriceResponsePropertiesPricingCurrencyTotal, IList<PaymentDetail>)
Initializes a new instance of the CalculatePriceResponseProperties class.
public CalculatePriceResponseProperties (Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesBillingCurrencyTotal billingCurrencyTotal = default, bool? isBillingPartnerManaged = default, string reservationOrderId = default, string skuTitle = default, string skuDescription = default, Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesPricingCurrencyTotal pricingCurrencyTotal = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.PaymentDetail> paymentSchedule = default);
new Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponseProperties : Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesBillingCurrencyTotal * Nullable<bool> * string * string * string * Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesPricingCurrencyTotal * System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.PaymentDetail> -> Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponseProperties
Public Sub New (Optional billingCurrencyTotal As CalculatePriceResponsePropertiesBillingCurrencyTotal = Nothing, Optional isBillingPartnerManaged As Nullable(Of Boolean) = Nothing, Optional reservationOrderId As String = Nothing, Optional skuTitle As String = Nothing, Optional skuDescription As String = Nothing, Optional pricingCurrencyTotal As CalculatePriceResponsePropertiesPricingCurrencyTotal = Nothing, Optional paymentSchedule As IList(Of PaymentDetail) = Nothing)
Parameters
- billingCurrencyTotal
- CalculatePriceResponsePropertiesBillingCurrencyTotal
Currency and amount that customer will be charged in customer's local currency. Tax is not included.
True if billing is managed by Microsoft Partner. Used only for CSP accounts.
- reservationOrderId
- String
GUID that represents reservation order that can be placed after calculating price.
- skuTitle
- String
Title of SKU that is being purchased.
- skuDescription
- String
Description of SKU that is being purchased.
- pricingCurrencyTotal
- CalculatePriceResponsePropertiesPricingCurrencyTotal
Amount that Microsoft uses for record. Used during refund for calculating refund limit. Tax is not included.
- paymentSchedule
- IList<PaymentDetail>