/// <summary> /// Initializes a new instance of the <see cref="TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedPaymentInstruments" /> class. /// </summary> /// <param name="Links">Links.</param> /// <param name="BankAccount">BankAccount.</param> /// <param name="Card">Card.</param> /// <param name="BuyerInformation">BuyerInformation.</param> /// <param name="BillTo">BillTo.</param> /// <param name="ProcessingInformation">ProcessingInformation.</param> /// <param name="MerchantInformation">MerchantInformation.</param> /// <param name="MetaData">MetaData.</param> /// <param name="Embedded">Embedded.</param> public TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedPaymentInstruments(TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedLinks Links = default(TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedLinks), TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedBankAccount BankAccount = default(TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedBankAccount), TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedCard Card = default(TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedCard), TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedBuyerInformation BuyerInformation = default(TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedBuyerInformation), TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedBillTo BillTo = default(TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedBillTo), TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedProcessingInformation ProcessingInformation = default(TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedProcessingInformation), TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedMerchantInformation MerchantInformation = default(TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedMerchantInformation), TmsV1InstrumentIdentifiersPost200ResponseMetadata MetaData = default(TmsV1InstrumentIdentifiersPost200ResponseMetadata), TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedEmbedded Embedded = default(TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedEmbedded)) { this.Links = Links; this.BankAccount = BankAccount; this.Card = Card; this.BuyerInformation = BuyerInformation; this.BillTo = BillTo; this.ProcessingInformation = ProcessingInformation; this.MerchantInformation = MerchantInformation; this.MetaData = MetaData; this.Embedded = Embedded; }