Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 495 Bytes

WorkflowIds.md

File metadata and controls

20 lines (14 loc) · 495 Bytes

AvalaraSdk::EInvoicing::V1::WorkflowIds

Properties

Name Type Description Notes
name String The name of this workflow [optional]
description String Workflow description [optional]

Example

require 'avalara_sdk'

instance = AvalaraSdk::EInvoicing::V1::WorkflowIds.new(
  name: partner-einvoicing,
  description: The standard value for the metadata object in POST /einvoicing/documents 
)