Click or drag to resize

RefundHelperGetRefundCustomerId Method

Get Id for customer that refund is connected to

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 Guid GetRefundCustomerId(
	Refund refund
)

Parameters

refund
Type: Atomia.Billing.Core.Sdk.BusinessObjectsRefund
The refund

Return Value

Type: Guid
The customer Id
See Also