Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="InvoicingV2InvoicesPost201Response" /> class.
 /// </summary>
 /// <param name="Links">Links.</param>
 /// <param name="Id">An unique identification number to identify the submitted request. It is also appended to the endpoint of the resource.  On incremental authorizations, this value with be the same as the identification number returned in the original authorization response.  #### PIN debit Returned for all PIN debit services. .</param>
 /// <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 invoice.  Possible values: - DRAFT - CREATED - SENT - PARTIAL - PAID - CANCELED .</param>
 /// <param name="CustomerInformation">CustomerInformation.</param>
 /// <param name="InvoiceInformation">InvoiceInformation.</param>
 /// <param name="OrderInformation">OrderInformation.</param>
 public InvoicingV2InvoicesPost201Response(InvoicingV2InvoicesAllGet200ResponseLinks1 Links = default(InvoicingV2InvoicesAllGet200ResponseLinks1), string Id = default(string), string SubmitTimeUtc = default(string), string Status = default(string), Invoicingv2invoicesCustomerInformation CustomerInformation = default(Invoicingv2invoicesCustomerInformation), InvoicingV2InvoicesPost201ResponseInvoiceInformation InvoiceInformation = default(InvoicingV2InvoicesPost201ResponseInvoiceInformation), InvoicingV2InvoicesPost201ResponseOrderInformation OrderInformation = default(InvoicingV2InvoicesPost201ResponseOrderInformation))
 {
     this.Links               = Links;
     this.Id                  = Id;
     this.SubmitTimeUtc       = SubmitTimeUtc;
     this.Status              = Status;
     this.CustomerInformation = CustomerInformation;
     this.InvoiceInformation  = InvoiceInformation;
     this.OrderInformation    = OrderInformation;
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CreateInvoiceRequest" /> class.
 /// </summary>
 /// <param name="CustomerInformation">CustomerInformation.</param>
 /// <param name="InvoiceInformation">InvoiceInformation.</param>
 /// <param name="OrderInformation">OrderInformation.</param>
 public CreateInvoiceRequest(Invoicingv2invoicesCustomerInformation CustomerInformation = default(Invoicingv2invoicesCustomerInformation), Invoicingv2invoicesInvoiceInformation InvoiceInformation = default(Invoicingv2invoicesInvoiceInformation), Invoicingv2invoicesOrderInformation OrderInformation = default(Invoicingv2invoicesOrderInformation))
 {
     this.CustomerInformation = CustomerInformation;
     this.InvoiceInformation  = InvoiceInformation;
     this.OrderInformation    = OrderInformation;
 }