| net\authorize\api\contract\v1\LineItemType:
    properties:
        itemId:
            expose: true
            access_type: public_method
            serialized_name: itemId
            xml_element:
                namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
            accessor:
                getter: getItemId
                setter: setItemId
            type: string
        name:
            expose: true
            access_type: public_method
            serialized_name: name
            xml_element:
                namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
            accessor:
                getter: getName
                setter: setName
            type: string
        description:
            expose: true
            access_type: public_method
            serialized_name: description
            xml_element:
                namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
            accessor:
                getter: getDescription
                setter: setDescription
            type: string
        quantity:
            expose: true
            access_type: public_method
            serialized_name: quantity
            xml_element:
                namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
            accessor:
                getter: getQuantity
                setter: setQuantity
            type: float
        unitPrice:
            expose: true
            access_type: public_method
            serialized_name: unitPrice
            xml_element:
                namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
            accessor:
                getter: getUnitPrice
                setter: setUnitPrice
            type: float
        taxable:
            expose: true
            access_type: public_method
            serialized_name: taxable
            xml_element:
                namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
            accessor:
                getter: getTaxable
                setter: setTaxable
            type: boolean
 |