/// <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;
 }
 /// <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;
 }