DeliveryAttributeMapping Class

Delivery attribute mapping details.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: DynamicDeliveryAttributeMapping, StaticDeliveryAttributeMapping

Constructor

DeliveryAttributeMapping(*args: Any, **kwargs: Any)

Variables

Name Description
name
str

Name of the delivery attribute or header.

type

Type of the delivery attribute or header name. Required. Known values are: "Static" and "Dynamic".

Attributes

name

Name of the delivery attribute or header.

name: str | None

type

"Static" and "Dynamic".

type: str