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