| net\authorize\api\contract\v1\GetUnsettledTransactionListResponse:
    xml_root_name: getUnsettledTransactionListResponse
    xml_root_namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
    properties:
        transactions:
            expose: true
            access_type: public_method
            serialized_name: transactions
            xml_element:
                namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
            accessor:
                getter: getTransactions
                setter: setTransactions
            type: array<net\authorize\api\contract\v1\TransactionSummaryType>
            xml_list:
                inline: false
                entry_name: transaction
                namespace: AnetApi/xml/v1/schema/AnetApiSchema.xsd
 |