Sha256: 4be09eb048b926857f605a7087dba68d73e09079ebd4714aa03a4a7ce4b687e7

Contents?: true

Size: 1.81 KB

Versions: 1

Compression:

Stored size: 1.81 KB

Contents

# AvalaraSdk::EInvoicing::V1::DocumentSummary

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | The unique ID for this document | [optional] |
| **process_date_time** | **String** | The date and time when the document was processed, displayed in the format YYYY-MM-DDThh:mm:ss | [optional] |
| **status** | **String** | The transaction status: <br> 'Pending' <br> 'Failed' <br> 'Complete' | [optional] |
| **supplier_name** | **String** | The name of the supplier in the transaction | [optional] |
| **customer_name** | **String** | The name of the customer in the transaction | [optional] |
| **document_number** | **String** | The invoice document number | [optional] |
| **document_date** | **String** | The invoice issue date | [optional] |
| **flow** | **String** | The invoice direction, where issued = `out` and received = `in` | [optional] |
| **country_code** | **String** | The two-letter ISO-3166 country code for the country where the e-invoice is being submitted | [optional] |
| **country_mandate** | **String** | The e-invoicing mandate for the specified country | [optional] |
| **interface** | **String** | The interface where the invoice data is sent | [optional] |
| **receiver** | **String** | The invoice recipient based on the interface | [optional] |

## Example

```ruby
require 'avalara_sdk'

instance = AvalaraSdk::EInvoicing::V1::DocumentSummary.new(
  id: 2022-01-008572,
  process_date_time: 2022-01-09T12:36:02,
  status: Complete,
  supplier_name: Inposia GmbH,
  customer_name: Avalara Inc.,
  document_number: 8042091758,
  document_date: 2022-01-09,
  flow: out,
  country_code: DE,
  country_mandate: DE-B2G-XRECHNUNG,
  interface: PEPPOL,
  receiver: 9930:AVALARATEST
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
avalara_sdk-24.2.29 docs/EInvoicing/V1/DocumentSummary.md