/// <summary>
 /// Initializes a new instance of the <see cref="TmsV1InstrumentIdentifiersPost200Response" /> class.
 /// </summary>
 /// <param name="Links">Links.</param>
 /// <param name="Card">Card.</param>
 /// <param name="BankAccount">BankAccount.</param>
 /// <param name="ProcessingInformation">ProcessingInformation.</param>
 /// <param name="Metadata">Metadata.</param>
 public TmsV1InstrumentIdentifiersPost200Response(TmsV1InstrumentIdentifiersPost200ResponseLinks Links = default(TmsV1InstrumentIdentifiersPost200ResponseLinks), TmsV1InstrumentIdentifiersPost200ResponseCard Card = default(TmsV1InstrumentIdentifiersPost200ResponseCard), Tmsv1instrumentidentifiersBankAccount BankAccount = default(Tmsv1instrumentidentifiersBankAccount), TmsV1InstrumentIdentifiersPost200ResponseProcessingInformation ProcessingInformation = default(TmsV1InstrumentIdentifiersPost200ResponseProcessingInformation), TmsV1InstrumentIdentifiersPost200ResponseMetadata Metadata = default(TmsV1InstrumentIdentifiersPost200ResponseMetadata))
 {
     this.Links                 = Links;
     this.Card                  = Card;
     this.BankAccount           = BankAccount;
     this.ProcessingInformation = ProcessingInformation;
     this.Metadata              = Metadata;
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedEmbeddedInstrumentIdentifier" /> class.
 /// </summary>
 /// <param name="Links">Links.</param>
 /// <param name="Id">The ID of the existing instrument identifier to be linked to the newly created payment instrument..</param>
 /// <param name="Card">Card.</param>
 /// <param name="TokenizedCard">TokenizedCard.</param>
 /// <param name="BankAccount">BankAccount.</param>
 /// <param name="Issuer">Issuer.</param>
 /// <param name="ProcessingInformation">ProcessingInformation.</param>
 /// <param name="Metadata">Metadata.</param>
 public TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedEmbeddedInstrumentIdentifier(TmsV1InstrumentIdentifiersPost200ResponseLinks Links = default(TmsV1InstrumentIdentifiersPost200ResponseLinks), string Id = default(string), TmsV1InstrumentIdentifiersPost200ResponseCard Card = default(TmsV1InstrumentIdentifiersPost200ResponseCard), TmsV1InstrumentIdentifiersPost200ResponseTokenizedCard TokenizedCard = default(TmsV1InstrumentIdentifiersPost200ResponseTokenizedCard), Tmsv1instrumentidentifiersBankAccount BankAccount = default(Tmsv1instrumentidentifiersBankAccount), TmsV1InstrumentIdentifiersPost200ResponseIssuer Issuer = default(TmsV1InstrumentIdentifiersPost200ResponseIssuer), TmsV1InstrumentIdentifiersPost200ResponseProcessingInformation ProcessingInformation = default(TmsV1InstrumentIdentifiersPost200ResponseProcessingInformation), TmsV1InstrumentIdentifiersPost200ResponseMetadata Metadata = default(TmsV1InstrumentIdentifiersPost200ResponseMetadata))
 {
     this.Links                 = Links;
     this.Id                    = Id;
     this.Card                  = Card;
     this.TokenizedCard         = TokenizedCard;
     this.BankAccount           = BankAccount;
     this.Issuer                = Issuer;
     this.ProcessingInformation = ProcessingInformation;
     this.Metadata              = Metadata;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="InstrumentIdentifierUpdate" /> class.
 /// </summary>
 /// <param name="ProcessingInformation">ProcessingInformation.</param>
 public InstrumentIdentifierUpdate(TmsV1InstrumentIdentifiersPost200ResponseProcessingInformation ProcessingInformation = default(TmsV1InstrumentIdentifiersPost200ResponseProcessingInformation))
 {
     this.ProcessingInformation = ProcessingInformation;
 }
Exemple #4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="EmbeddedInstrumentIdentifier" /> class.
 /// </summary>
 /// <param name="Links">Links.</param>
 /// <param name="Id">The ID of the existing instrument identifier to be linked to the newly created payment instrument..</param>
 /// <param name="Card">Card.</param>
 /// <param name="BankAccount">BankAccount.</param>
 /// <param name="ProcessingInformation">ProcessingInformation.</param>
 /// <param name="Metadata">Metadata.</param>
 public EmbeddedInstrumentIdentifier(TmsV1InstrumentIdentifiersPost200ResponseLinks Links = default(TmsV1InstrumentIdentifiersPost200ResponseLinks), string Id = default(string), TmsV1InstrumentIdentifiersPost200ResponseCard Card = default(TmsV1InstrumentIdentifiersPost200ResponseCard), TmsV1InstrumentIdentifiersPost200ResponseBankAccount BankAccount = default(TmsV1InstrumentIdentifiersPost200ResponseBankAccount), TmsV1InstrumentIdentifiersPost200ResponseProcessingInformation ProcessingInformation = default(TmsV1InstrumentIdentifiersPost200ResponseProcessingInformation), TmsV1InstrumentIdentifiersPost200ResponseMetadata Metadata = default(TmsV1InstrumentIdentifiersPost200ResponseMetadata))
 {
     this.Links                 = Links;
     this.Id                    = Id;
     this.Card                  = Card;
     this.BankAccount           = BankAccount;
     this.ProcessingInformation = ProcessingInformation;
     this.Metadata              = Metadata;
 }