Class PaymentAborted
public class PaymentAborted : Change, IChange
- Inheritance
-
PaymentAborted
- Implements
- Inherited Members
- Extension Methods
Constructors
PaymentAborted(Guid, ErrorResponse)
public PaymentAborted(Guid payment, ErrorResponse response)
Parameters
paymentGuidresponseErrorResponse
Properties
Payment
public Guid Payment { get; set; }
Property Value
Response
public ErrorResponse Response { get; }