[This is preliminary documentation and is subject to change.]
Namespace: NFX.Web.PayAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
protected void StatRefund(
Transaction charge,
Nullable<decimal> amount
)
protected void StatRefund(
Transaction charge,
Nullable<decimal> amount
)
Protected Sub StatRefund (
charge As Transaction,
amount As Nullable(Of Decimal)
)
Protected Sub StatRefund (
charge As Transaction,
amount As Nullable(Of Decimal)
)
protected:
void StatRefund(
Transaction^ charge,
Nullable<Decimal> amount
)
protected:
void StatRefund(
Transaction^ charge,
Nullable<Decimal> amount
)
member StatRefund :
charge : Transaction *
amount : Nullable<decimal> -> unit
member StatRefund :
charge : Transaction *
amount : Nullable<decimal> -> unit