ICalculateRefundResponse.BillingInformationTotalTransaction Property

Definition

The number of total transactions in this reservation's payment

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

Property Value

Attributes

Applies to