IRefundResponseProperties.BillingInformationTotalTransaction Property

Definition

The number of total transactions in this reservation's payment

[Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.Info(Description="The number of total transactions in this reservation's payment", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="totalTransactions")]
public int? BillingInformationTotalTransaction { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.Info(Description="The number of total transactions in this reservation's payment", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="totalTransactions")>]
member this.BillingInformationTotalTransaction : Nullable<int> with get, set
Public Property BillingInformationTotalTransaction As Nullable(Of Integer)

Property Value

Attributes

Applies to