Esempio n. 1
0
 public PaymentGatewayResponse(Guid providerKey, PaymentGatewayResponseType paymentGatewayResponseType)
 {
     ProviderKey = providerKey;
     ResponseType = paymentGatewayResponseType;
 }
Esempio n. 2
0
 public PaymentGatewayResponse(Guid providerKey, PaymentGatewayResponseType paymentGatewayResponseType)
 {
     ProviderKey  = providerKey;
     ResponseType = paymentGatewayResponseType;
 }