Click or drag to resize

RefundHelperCreateRefundWithPrepaidCredits Method

Create a refund and put the refunded amount to prepaid credits.

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 CreateRefundWithPrepaidCredits(
	Payment payment,
	IAtomiaBillingApi atomiaBillingApi
)

Parameters

payment
Type: Atomia.Billing.Core.Sdk.BusinessObjectsPayment
The payment to refund
atomiaBillingApi
Type: Atomia.Billing.Core.SdkIAtomiaBillingApi
The IAtomiaBillingApi instance
See Also