コード例 #1
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>
 /// <param name="Bank">Bank.</param>
 public TssV2TransactionsPost201ResponseEmbeddedPaymentInformation(TssV2TransactionsPost201ResponseEmbeddedPaymentInformationPaymentType PaymentType = default(TssV2TransactionsPost201ResponseEmbeddedPaymentInformationPaymentType), TssV2TransactionsPost201ResponseEmbeddedPaymentInformationCustomer Customer = default(TssV2TransactionsPost201ResponseEmbeddedPaymentInformationCustomer), TssV2TransactionsPost201ResponseEmbeddedPaymentInformationCard Card = default(TssV2TransactionsPost201ResponseEmbeddedPaymentInformationCard), TssV2TransactionsPost201ResponseEmbeddedPaymentInformationBank Bank = default(TssV2TransactionsPost201ResponseEmbeddedPaymentInformationBank))
 {
     this.PaymentType = PaymentType;
     this.Customer    = Customer;
     this.Card        = Card;
     this.Bank        = Bank;
 }
コード例 #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;
 }
コード例 #3
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), Ptsv2paymentsPaymentInformationCustomer Customer = default(Ptsv2paymentsPaymentInformationCustomer), TssV2TransactionsPost201ResponseEmbeddedPaymentInformationCard Card = default(TssV2TransactionsPost201ResponseEmbeddedPaymentInformationCard))
 {
     this.PaymentType = PaymentType;
     this.Customer    = Customer;
     this.Card        = Card;
 }