Interface ShippingApiModelV2CollectionFormsHistoryRecord

Active Account Details

CollectionFormsHistoryRecord

interface ShippingApiModelV2CollectionFormsHistoryRecord {
    carrierName?: string;
    collectionFormId?: string;
    creationDate?: string;
    generationStatus?:
        | ShippingApiModelV2GenerationStatus
        | "Completed"
        | "InProgress";
    shipFromAddress?: ShippingApiModelV2Address;
}

Properties

carrierName?: string

The carrier name for the offering.

CollectionFormsHistoryRecord

collectionFormId?: string

Collection Form Id for Reprint .

CollectionFormsHistoryRecord

creationDate?: string

Creation Time for this account.

CollectionFormsHistoryRecord

generationStatus?:
    | ShippingApiModelV2GenerationStatus
    | "Completed"
    | "InProgress"

CollectionFormsHistoryRecord

shipFromAddress?: ShippingApiModelV2Address

CollectionFormsHistoryRecord

MMNEPVFCICPMFPCPTTAAATR