RefundHelperUpdateRefundWithTransaction Method |
Update refund with results from refund transaction
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public static void UpdateRefundWithTransaction(
Refund refund,
RefundTransaction refundTransaction,
IAtomiaBillingApi atomiaBillingApi
)
Public Shared Sub UpdateRefundWithTransaction (
refund As Refund,
refundTransaction As RefundTransaction,
atomiaBillingApi As IAtomiaBillingApi
)
public:
static void UpdateRefundWithTransaction(
Refund^ refund,
RefundTransaction^ refundTransaction,
IAtomiaBillingApi^ atomiaBillingApi
)
static member UpdateRefundWithTransaction :
refund : Refund *
refundTransaction : RefundTransaction *
atomiaBillingApi : IAtomiaBillingApi -> unit
Parameters
- refund
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsRefund
The refund - refundTransaction
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsRefundTransaction
The refund transaction - atomiaBillingApi
- Type: Atomia.Billing.Core.SdkIAtomiaBillingApi
IAtomiaBillingApi instance
See Also