Click or drag to resize

IAtomiaBillingApiCreateRefundFromPaymentId Method

Refund payment and optionally create a credit invoice.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Refund CreateRefundFromPaymentId(
	Guid paymentId,
	RefundStatusType initialStatus,
	bool createCreditedInvoice
)

Parameters

paymentId
Type: SystemGuid
The payment identifier.
initialStatus
Type: Atomia.Billing.Core.Sdk.BusinessObjectsRefundStatusType
The initial refund status.
createCreditedInvoice
Type: SystemBoolean
If a credited invoice should be created or not.

Return Value

Type: Refund
The refund
See Also