ArmBillingModelFactory.RefundTransactionDetails Method
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.
Initializes a new instance of RefundTransactionDetails.
public static Azure.ResourceManager.Billing.Models.RefundTransactionDetails RefundTransactionDetails(Azure.ResourceManager.Billing.Models.BillingAmount amountRequested = default, Azure.ResourceManager.Billing.Models.BillingAmount amountRefunded = default, string refundOperationId = default);
static member RefundTransactionDetails : Azure.ResourceManager.Billing.Models.BillingAmount * Azure.ResourceManager.Billing.Models.BillingAmount * string -> Azure.ResourceManager.Billing.Models.RefundTransactionDetails
Public Shared Function RefundTransactionDetails (Optional amountRequested As BillingAmount = Nothing, Optional amountRefunded As BillingAmount = Nothing, Optional refundOperationId As String = Nothing) As RefundTransactionDetails
Parameters
- amountRequested
- BillingAmount
The amount of refund requested.
- amountRefunded
- BillingAmount
The amount refunded.
- refundOperationId
- String
The ID of refund operation.
Returns
A new RefundTransactionDetails instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET