/// <summary>
 /// Initializes a new instance of the <see cref="PtsV2PaymentsPost201ResponseTokenInformation" /> class.
 /// </summary>
 /// <param name="InstrumentidentifierNew">A value of true means the card number or bank account used to create an Instrument Identifier was new and did not already exist in the token vault. A value of false means the card number or bank account used to create an Instrument Identifier already existed in the token vault. .</param>
 /// <param name="Customer">Customer.</param>
 /// <param name="PaymentInstrument">PaymentInstrument.</param>
 /// <param name="ShippingAddress">ShippingAddress.</param>
 /// <param name="InstrumentIdentifier">InstrumentIdentifier.</param>
 public PtsV2PaymentsPost201ResponseTokenInformation(bool?InstrumentidentifierNew = default(bool?), PtsV2PaymentsPost201ResponseTokenInformationCustomer Customer = default(PtsV2PaymentsPost201ResponseTokenInformationCustomer), PtsV2PaymentsPost201ResponseTokenInformationPaymentInstrument PaymentInstrument = default(PtsV2PaymentsPost201ResponseTokenInformationPaymentInstrument), PtsV2PaymentsPost201ResponseTokenInformationShippingAddress ShippingAddress = default(PtsV2PaymentsPost201ResponseTokenInformationShippingAddress), PtsV2PaymentsPost201ResponseTokenInformationInstrumentIdentifier InstrumentIdentifier = default(PtsV2PaymentsPost201ResponseTokenInformationInstrumentIdentifier))
 {
     this.InstrumentidentifierNew = InstrumentidentifierNew;
     this.Customer             = Customer;
     this.PaymentInstrument    = PaymentInstrument;
     this.ShippingAddress      = ShippingAddress;
     this.InstrumentIdentifier = InstrumentIdentifier;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="TssV2TransactionsGet200ResponseTokenInformation" /> class.
 /// </summary>
 /// <param name="Customer">Customer.</param>
 /// <param name="PaymentInstrument">PaymentInstrument.</param>
 /// <param name="ShippingAddress">ShippingAddress.</param>
 /// <param name="InstrumentIdentifier">InstrumentIdentifier.</param>
 public TssV2TransactionsGet200ResponseTokenInformation(PtsV2PaymentsPost201ResponseTokenInformationCustomer Customer = default(PtsV2PaymentsPost201ResponseTokenInformationCustomer), PtsV2PaymentsPost201ResponseTokenInformationPaymentInstrument PaymentInstrument = default(PtsV2PaymentsPost201ResponseTokenInformationPaymentInstrument), PtsV2PaymentsPost201ResponseTokenInformationShippingAddress ShippingAddress = default(PtsV2PaymentsPost201ResponseTokenInformationShippingAddress), TssV2TransactionsGet200ResponsePaymentInformationInstrumentIdentifier InstrumentIdentifier = default(TssV2TransactionsGet200ResponsePaymentInformationInstrumentIdentifier))
 {
     this.Customer             = Customer;
     this.PaymentInstrument    = PaymentInstrument;
     this.ShippingAddress      = ShippingAddress;
     this.InstrumentIdentifier = InstrumentIdentifier;
 }
Ejemplo n.º 3
0
 /// <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>
 /// <param name="PaymentInstrument">PaymentInstrument.</param>
 /// <param name="InstrumentIdentifier">InstrumentIdentifier.</param>
 /// <param name="ShippingAddress">ShippingAddress.</param>
 public TssV2TransactionsGet200ResponsePaymentInformation(TssV2TransactionsGet200ResponsePaymentInformationPaymentType PaymentType = default(TssV2TransactionsGet200ResponsePaymentInformationPaymentType), TssV2TransactionsGet200ResponsePaymentInformationCustomer Customer = default(TssV2TransactionsGet200ResponsePaymentInformationCustomer), TssV2TransactionsGet200ResponsePaymentInformationCard Card = default(TssV2TransactionsGet200ResponsePaymentInformationCard), TssV2TransactionsGet200ResponsePaymentInformationInvoice Invoice = default(TssV2TransactionsGet200ResponsePaymentInformationInvoice), TssV2TransactionsGet200ResponsePaymentInformationBank Bank = default(TssV2TransactionsGet200ResponsePaymentInformationBank), TssV2TransactionsGet200ResponsePaymentInformationAccountFeatures AccountFeatures = default(TssV2TransactionsGet200ResponsePaymentInformationAccountFeatures), PtsV2PaymentsPost201ResponseTokenInformationPaymentInstrument PaymentInstrument = default(PtsV2PaymentsPost201ResponseTokenInformationPaymentInstrument), TssV2TransactionsGet200ResponsePaymentInformationInstrumentIdentifier InstrumentIdentifier = default(TssV2TransactionsGet200ResponsePaymentInformationInstrumentIdentifier), PtsV2PaymentsPost201ResponseTokenInformationShippingAddress ShippingAddress = default(PtsV2PaymentsPost201ResponseTokenInformationShippingAddress))
 {
     this.PaymentType          = PaymentType;
     this.Customer             = Customer;
     this.Card                 = Card;
     this.Invoice              = Invoice;
     this.Bank                 = Bank;
     this.AccountFeatures      = AccountFeatures;
     this.PaymentInstrument    = PaymentInstrument;
     this.InstrumentIdentifier = InstrumentIdentifier;
     this.ShippingAddress      = ShippingAddress;
 }