Attribute Properties required by carrier

CarrierAccountAttribute

interface CarrierAccountAttribute {
    attributeName?: string;
    propertyGroup?: string;
    value?: string;
}

Properties

attributeName?: string

Attribute Name .

CarrierAccountAttribute

propertyGroup?: string

Property Group.

CarrierAccountAttribute

value?: string

Value .

CarrierAccountAttribute