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
)
Public Shared Function GetRefundCustomerId (
refund As Refund
) As Guid
public:
static Guid GetRefundCustomerId(
Refund^ refund
)
static member GetRefundCustomerId :
refund : Refund -> Guid
Parameters
- refund
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsRefund
The refund
Return Value
Type:
GuidThe customer Id
See Also