Class EpsSenderInfoResponse

Namespace
GiroSolution.GiroCheckout.Response
Assembly
GiroCheckout.dll
public class EpsSenderInfoResponse : GiroCheckoutResponse
Inheritance
EpsSenderInfoResponse
Inherited Members

Constructors

EpsSenderInfoResponse(string, string, string)

public EpsSenderInfoResponse(string accountholder, string iban, string bic)

Parameters

accountholder string
iban string
bic string

Properties

Accountholder

public string Accountholder { get; }

Property Value

string

Bic

public string Bic { get; }

Property Value

string

Iban

public string Iban { get; }

Property Value

string