/// <summary>
 /// Initializes a new instance of the <see cref="DeleteBulkP12KeysRequest" /> class.
 /// </summary>
 /// <param name="ClientReferenceInformation">ClientReferenceInformation.</param>
 /// <param name="KeyInformation">KeyInformation.</param>
 public DeleteBulkP12KeysRequest(Kmsv2keyssymClientReferenceInformation ClientReferenceInformation = default(Kmsv2keyssymClientReferenceInformation), List <Kmsv2keyssymdeletesKeyInformation> KeyInformation = default(List <Kmsv2keyssymdeletesKeyInformation>))
 {
     this.ClientReferenceInformation = ClientReferenceInformation;
     this.KeyInformation             = KeyInformation;
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CreateP12KeysRequest" /> class.
 /// </summary>
 /// <param name="ClientReferenceInformation">ClientReferenceInformation.</param>
 /// <param name="KeyInformation">KeyInformation.</param>
 public CreateP12KeysRequest(Kmsv2keyssymClientReferenceInformation ClientReferenceInformation = default(Kmsv2keyssymClientReferenceInformation), List <Kmsv2keysasymKeyInformation> KeyInformation = default(List <Kmsv2keysasymKeyInformation>))
 {
     this.ClientReferenceInformation = ClientReferenceInformation;
     this.KeyInformation             = KeyInformation;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="InlineResponse2001" /> class.
 /// </summary>
 /// <param name="SubmitTimeUtc">Time of request in UTC. Format: &#x60;YYYY-MM-DDThh:mm:ssZ&#x60; **Example** &#x60;2016-08-11T22:47:57Z&#x60; equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The &#x60;T&#x60; separates the date and the time. The &#x60;Z&#x60; indicates UTC.  Returned by authorization service.  #### PIN debit Time when the PIN debit credit, PIN debit purchase or PIN debit reversal was requested.  Returned by PIN debit credit, PIN debit purchase or PIN debit reversal. .</param>
 /// <param name="Status">The status of the submitted transaction.  Possible values:  - ACCEPTED .</param>
 /// <param name="ClientReferenceInformation">ClientReferenceInformation.</param>
 /// <param name="KeyInformation">KeyInformation.</param>
 public InlineResponse2001(string SubmitTimeUtc = default(string), string Status = default(string), Kmsv2keyssymClientReferenceInformation ClientReferenceInformation = default(Kmsv2keyssymClientReferenceInformation), List <InlineResponse2001KeyInformation> KeyInformation = default(List <InlineResponse2001KeyInformation>))
 {
     this.SubmitTimeUtc = SubmitTimeUtc;
     this.Status        = Status;
     this.ClientReferenceInformation = ClientReferenceInformation;
     this.KeyInformation             = KeyInformation;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="KmsV2KeysSymPost201Response" /> class.
 /// </summary>
 /// <param name="SubmitTimeUtc">Time of request in UTC. Format: &#x60;YYYY-MM-DDThh:mm:ssZ&#x60; **Example** &#x60;2016-08-11T22:47:57Z&#x60; equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The &#x60;T&#x60; separates the date and the time. The &#x60;Z&#x60; indicates UTC.  Returned by authorization service.  #### PIN debit Time when the PIN debit credit, PIN debit purchase or PIN debit reversal was requested.  Returned by PIN debit credit, PIN debit purchase or PIN debit reversal. .</param>
 /// <param name="Status">The status of the submitted transaction.  Possible values:  - ACCEPTED .</param>
 /// <param name="ClientReferenceInformation">ClientReferenceInformation.</param>
 /// <param name="KeyInformation">KeyInformation.</param>
 public KmsV2KeysSymPost201Response(string SubmitTimeUtc = default(string), string Status = default(string), Kmsv2keyssymClientReferenceInformation ClientReferenceInformation = default(Kmsv2keyssymClientReferenceInformation), List <KmsV2KeysSymPost201ResponseKeyInformation> KeyInformation = default(List <KmsV2KeysSymPost201ResponseKeyInformation>))
 {
     this.SubmitTimeUtc = SubmitTimeUtc;
     this.Status        = Status;
     this.ClientReferenceInformation = ClientReferenceInformation;
     this.KeyInformation             = KeyInformation;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="KmsV2KeysAsymDeletesPost200Response" /> class.
 /// </summary>
 /// <param name="SubmitTimeUtc">Time of request in UTC. Format: &#x60;YYYY-MM-DDThh:mm:ssZ&#x60; **Example** &#x60;2016-08-11T22:47:57Z&#x60; equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The &#x60;T&#x60; separates the date and the time. The &#x60;Z&#x60; indicates UTC.  Returned by Cybersource for all services. .</param>
 /// <param name="ClientReferenceInformation">ClientReferenceInformation.</param>
 /// <param name="KeyInformation">KeyInformation.</param>
 public KmsV2KeysAsymDeletesPost200Response(string SubmitTimeUtc = default(string), Kmsv2keyssymClientReferenceInformation ClientReferenceInformation = default(Kmsv2keyssymClientReferenceInformation), List <KmsV2KeysAsymDeletesPost200ResponseKeyInformation> KeyInformation = default(List <KmsV2KeysAsymDeletesPost200ResponseKeyInformation>))
 {
     this.SubmitTimeUtc = SubmitTimeUtc;
     this.ClientReferenceInformation = ClientReferenceInformation;
     this.KeyInformation             = KeyInformation;
 }
示例#6
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CreateSharedSecretKeysVerifiRequest" /> class.
 /// </summary>
 /// <param name="ClientReferenceInformation">ClientReferenceInformation.</param>
 /// <param name="KeyInformation">KeyInformation.</param>
 public CreateSharedSecretKeysVerifiRequest(Kmsv2keyssymClientReferenceInformation ClientReferenceInformation = default(Kmsv2keyssymClientReferenceInformation), List <Kmsv2keyssymverifiKeyInformation> KeyInformation = default(List <Kmsv2keyssymverifiKeyInformation>))
 {
     this.ClientReferenceInformation = ClientReferenceInformation;
     this.KeyInformation             = KeyInformation;
 }