Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 542 Bytes

DirectorySearchResponseValueInnerIdentifiersInner.md

File metadata and controls

20 lines (14 loc) · 542 Bytes

AvalaraSdk::EInvoicing::V1::DirectorySearchResponseValueInnerIdentifiersInner

Properties

Name Type Description Notes
name String Peppol Participant ID if the participant is in Peppol network [optional]
value String Value of the identifier [optional]

Example

require 'avalara_sdk'

instance = AvalaraSdk::EInvoicing::V1::DirectorySearchResponseValueInnerIdentifiersInner.new(
  name: PeppolParticipantId,
  value: 9930:de112233445
)