Maps the additional seller input to the definition. The key to the map is the field name.

Export

AdditionalInputs

interface AdditionalInputs {
    AdditionalInputFieldName?: string;
    SellerInputDefinition?: SellerInputDefinition;
}

Properties

AdditionalInputFieldName?: string

The field name.

Memberof

AdditionalInputs

SellerInputDefinition?: SellerInputDefinition

Memberof

AdditionalInputs