Sha256: bd62b5e0c227fd409d941cd293dbaf776d8f718a1533828f274bb72cdb3aed1b
Contents?: true
Size: 546 Bytes
Versions: 1
Compression:
Stored size: 546 Bytes
Contents
# AvalaraSdk::EInvoicing::V1::StatusEvent ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **event_date_time** | **String** | The date and time when the status event occured, displayed in the format YYYY-MM-DDThh:mm:ss | [optional] | | **message** | **String** | A message describing the status event | [optional] | ## Example ```ruby require 'avalara_sdk' instance = AvalaraSdk::EInvoicing::V1::StatusEvent.new( event_date_time: 2022-01-09T12:36:02, message: E-Invoice sent via Peppol ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
avalara_sdk-24.2.29 | docs/EInvoicing/V1/StatusEvent.md |