DeliveryAttributeMapping interface
Delivery attribute mapping details.
Properties
name | Name of the delivery attribute or header. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
name
Name of the delivery attribute or header.
name?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "Static" | "Dynamic"
Property Value
"Static" | "Dynamic"