/// <summary>
 /// Initializes a new instance of the <see cref="Riskv1authenticationsetupsPaymentInformation" /> class.
 /// </summary>
 /// <param name="Card">Card.</param>
 /// <param name="TokenizedCard">TokenizedCard.</param>
 /// <param name="FluidData">FluidData.</param>
 /// <param name="Customer">Customer.</param>
 public Riskv1authenticationsetupsPaymentInformation(Riskv1authenticationsetupsPaymentInformationCard Card = default(Riskv1authenticationsetupsPaymentInformationCard), Riskv1authenticationsetupsPaymentInformationTokenizedCard TokenizedCard = default(Riskv1authenticationsetupsPaymentInformationTokenizedCard), Riskv1authenticationsetupsPaymentInformationFluidData FluidData = default(Riskv1authenticationsetupsPaymentInformationFluidData), Riskv1authenticationsetupsPaymentInformationCustomer Customer = default(Riskv1authenticationsetupsPaymentInformationCustomer))
 {
     this.Card          = Card;
     this.TokenizedCard = TokenizedCard;
     this.FluidData     = FluidData;
     this.Customer      = Customer;
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TssV2TransactionsPost201ResponseEmbeddedPaymentInformation" /> class.
 /// </summary>
 /// <param name="PaymentType">PaymentType.</param>
 /// <param name="Customer">Customer.</param>
 /// <param name="Card">Card.</param>
 public TssV2TransactionsPost201ResponseEmbeddedPaymentInformation(TssV2TransactionsPost201ResponseEmbeddedPaymentInformationPaymentType PaymentType = default(TssV2TransactionsPost201ResponseEmbeddedPaymentInformationPaymentType), Riskv1authenticationsetupsPaymentInformationCustomer Customer = default(Riskv1authenticationsetupsPaymentInformationCustomer), TssV2TransactionsPost201ResponseEmbeddedPaymentInformationCard Card = default(TssV2TransactionsPost201ResponseEmbeddedPaymentInformationCard))
 {
     this.PaymentType = PaymentType;
     this.Customer    = Customer;
     this.Card        = Card;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="TssV2TransactionsGet200ResponsePaymentInformation" /> class.
 /// </summary>
 /// <param name="PaymentType">PaymentType.</param>
 /// <param name="Customer">Customer.</param>
 /// <param name="Card">Card.</param>
 /// <param name="Invoice">Invoice.</param>
 /// <param name="Bank">Bank.</param>
 /// <param name="AccountFeatures">AccountFeatures.</param>
 public TssV2TransactionsGet200ResponsePaymentInformation(TssV2TransactionsGet200ResponsePaymentInformationPaymentType PaymentType = default(TssV2TransactionsGet200ResponsePaymentInformationPaymentType), Riskv1authenticationsetupsPaymentInformationCustomer Customer = default(Riskv1authenticationsetupsPaymentInformationCustomer), TssV2TransactionsGet200ResponsePaymentInformationCard Card = default(TssV2TransactionsGet200ResponsePaymentInformationCard), TssV2TransactionsGet200ResponsePaymentInformationInvoice Invoice = default(TssV2TransactionsGet200ResponsePaymentInformationInvoice), TssV2TransactionsGet200ResponsePaymentInformationBank Bank = default(TssV2TransactionsGet200ResponsePaymentInformationBank), TssV2TransactionsGet200ResponsePaymentInformationAccountFeatures AccountFeatures = default(TssV2TransactionsGet200ResponsePaymentInformationAccountFeatures))
 {
     this.PaymentType     = PaymentType;
     this.Customer        = Customer;
     this.Card            = Card;
     this.Invoice         = Invoice;
     this.Bank            = Bank;
     this.AccountFeatures = AccountFeatures;
 }