Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.83 KB

File metadata and controls

17 lines (13 loc) · 1.83 KB

AvalaraSdk.EInvoicing.V1.Mandate

Properties

Name Type Description Notes
mandateId string The `mandateId` is comprised of the country code, mandate type, and the network or regulation type (for example, AU-B2G-PEPPOL). Keep in mind the following when specifying a `mandateId`. - A country can have multiple mandate types (B2C, B2B, B2G). - A entity/company can opt in for multiple mandates. - A `mandateId` is the combination of country + mandate type + network/regulation. [optional] [default to undefined]
countryMandate string [LEGACY] This field is retained for backward compatibility. It is recommended to use `mandateId` instead. The `countryMandate` similar to the `mandateId` is comprised of the country code, mandate type, and the network or regulation type (for example, AU-B2G-PEPPOL). [optional] [default to undefined]
countryCode string Country code [optional] [default to undefined]
description string Mandate description [optional] [default to undefined]
supportedByPartnerAPI boolean Indicates whether this mandate supported by the partner API [optional] [default to undefined]
mandateFormat string Mandate format [optional] [default to undefined]
inputDataFormats Array<InputDataFormats> Format and version used when inputting the data [optional] [default to undefined]
workflowIds Array<WorkflowIds> Workflow ID list [optional] [default to undefined]

[Back to Model list] [Back to API list] [Back to README]