Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class Refund

The refund object in Bolt

Inheritance
System.Object
Refund
Namespace: EPiServer.Commerce.Bolt.Models
Assembly: EPiServer.Commerce.Bolt.dll
Version: 14.26.0
Syntax
public class Refund : Object

Constructors

Refund()

Declaration
public Refund()

Properties

Amount

The amount

Declaration
public int Amount { get; set; }
Property Value
Type Description
System.Int32

Currency

The currency

Declaration
public string Currency { get; set; }
Property Value
Type Description
System.String

SkipHhookNotification

Skip hook notification

Declaration
public bool SkipHhookNotification { get; set; }
Property Value
Type Description
System.Boolean

TransactionReference

The transaction reference

Declaration
public string TransactionReference { get; set; }
Property Value
Type Description
System.String