The response schema for the getAdditionalInputs operation.

GetAdditionalInputsResponse

interface GetAdditionalInputsResponse {
    payload?: { [key: string]: object };
}

Properties

Properties

payload?: { [key: string]: object }

The JSON schema to use to provide additional inputs when required to purchase a shipping offering.

GetAdditionalInputsResponse