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

accountholder string
pan string
expdate string
brand string

Properties

Accountholder

public string Accountholder { get; }

Property Value

string

Brand

public string Brand { get; }

Property Value

string

Expdate

public string Expdate { get; }

Property Value

string

Pan

public string Pan { get; }

Property Value

string