RefundHelperCreateRefund Method |
Create a refund from an original payment.
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 Refund CreateRefund(
Payment originalPayment,
RefundStatusType initialStatus
)
Public Shared Function CreateRefund (
originalPayment As Payment,
initialStatus As RefundStatusType
) As Refund
public:
static Refund^ CreateRefund(
Payment^ originalPayment,
RefundStatusType initialStatus
)
static member CreateRefund :
originalPayment : Payment *
initialStatus : RefundStatusType -> Refund
Parameters
- originalPayment
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsPayment
The original payment. - initialStatus
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsRefundStatusType
The initial refund status
Return Value
Type:
RefundThe refund
See Also