StripeSystem DoRefund Method NFX Class Library

[This is preliminary documentation and is subject to change.]

If reason/description parameter set, possible values are duplicate, fraudulent, and requested_by_customer Developers, don't call this method directly. Call Transaction.Refund instead.

Namespace: NFX.Web.Pay.Stripe
Assembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

protected internal override bool DoRefund(
	PaySession session,
	Transaction charge,
	Nullable<decimal> amount = null,
	string description = null,
	Object extraData = null
)

Return Value

Type: OnlineBoolean
See Also