Class CreditCardSenderInfoResponse
- Namespace
- GiroSolution.GiroCheckout.Response
- Assembly
- GiroCheckout.dll
public class CreditCardSenderInfoResponse : GiroCheckoutResponse
- Inheritance
-
CreditCardSenderInfoResponse
- Inherited Members
Constructors
CreditCardSenderInfoResponse(string, string, string, string)
public CreditCardSenderInfoResponse(string accountholder, string pan, string expdate, string brand)
Parameters
Properties
Accountholder
public string Accountholder { get; }
Property Value
Brand
public string Brand { get; }
Property Value
Expdate
public string Expdate { get; }
Property Value
Pan
public string Pan { get; }